Compare commits
	
		
			1 commit
		
	
	
		
			de74b1bd1a
			...
			cb14d52e23
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						cb14d52e23 | 
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/rust.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -50,7 +50,7 @@ jobs:
 | 
				
			||||||
      - name: Install toolchain
 | 
					      - name: Install toolchain
 | 
				
			||||||
        run: sudo apt-get install -qy liblzma-dev gcc make pkgconf musl-dev musl-tools rustup
 | 
					        run: sudo apt-get install -qy liblzma-dev gcc make pkgconf musl-dev musl-tools rustup
 | 
				
			||||||
      - name: install rust target
 | 
					      - name: install rust target
 | 
				
			||||||
        run: rustup toolchain install beta -t aarch64-unknown-linux-musl -c rust-src --no-self-update
 | 
					        run: rustup toolchain install beta -t aarch64-unknown-linux-musl -c rust-src --no-self-update && rustup component add --toolchain aarch64-unknown-linux-musl rust-src
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: build example -- musl release
 | 
					      - name: build example -- musl release
 | 
				
			||||||
        run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=release MUSL=1 CARGO="rustup run beta cargo"
 | 
					        run: cd example && make clean && make TARGET=aarch64-unknown-linux-musl PROFILE=release MUSL=1 CARGO="rustup run beta cargo"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue