mirror of
				https://github.com/edera-dev/krata.git
				synced 2025-11-04 07:39:39 +00:00 
			
		
		
		
	kratactl: fix windows build
This commit is contained in:
		
							
								
								
									
										10
									
								
								hack/ci/install-linux-deps.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										10
									
								
								hack/ci/install-linux-deps.sh
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,10 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
sudo apt-get update
 | 
			
		||||
sudo apt-get install -y \
 | 
			
		||||
    build-essential libssl-dev libelf-dev musl-dev \
 | 
			
		||||
    flex bison bc protobuf-compiler musl-tools qemu-utils gcc-aarch64-linux-gnu
 | 
			
		||||
 | 
			
		||||
sudo gem install --no-document fpm
 | 
			
		||||
cargo install cross --git https://github.com/cross-rs/cross
 | 
			
		||||
		Reference in New Issue
	
	Block a user