Compare commits
	
		
			1 commit
		
	
	
		
			bd1095a037
			...
			ced10ac1df
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						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