This commit is contained in:
		
							parent
							
								
									826280b0df
								
							
						
					
					
						commit
						ced10ac1df
					
				
					 1 changed files with 5 additions and 6 deletions
				
			
		
							
								
								
									
										11
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -22,12 +22,8 @@ jobs:
 | 
			
		|||
 | 
			
		||||
      - name: Update repos
 | 
			
		||||
        run: sudo apt-get update -qq
 | 
			
		||||
      - name: Install rust toolchain
 | 
			
		||||
        run: sudo apt-get install -qy cargo rust-clippy
 | 
			
		||||
      - name: install lzma
 | 
			
		||||
        run: sudo apt-get install -qy liblzma-dev
 | 
			
		||||
      - name: install gcc
 | 
			
		||||
        run: sudo apt-get install -qy gcc make
 | 
			
		||||
      - name: Install toolchain
 | 
			
		||||
        run: sudo apt-get install -qy cargo rust-clippy liblzma-dev gcc make pkgconf
 | 
			
		||||
 | 
			
		||||
      - name: Run Clippy
 | 
			
		||||
        run: cargo clippy
 | 
			
		||||
| 
						 | 
				
			
			@ -44,6 +40,9 @@ jobs:
 | 
			
		|||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=release
 | 
			
		||||
      - name: build example -- glibc debug
 | 
			
		||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=debug
 | 
			
		||||
 | 
			
		||||
      - name: install musl dependencies
 | 
			
		||||
        run: sudo apt-get install -y musl-dev musl-tools
 | 
			
		||||
      - name: build example -- musl release
 | 
			
		||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=release MUSL=1
 | 
			
		||||
      - name: build example -- musl debug
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue