mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Add test for booting from vmlinux
Download and build a Linux kernel and use the vmlinux produced as the kernel used with a direct boot kernel test. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -5,6 +5,7 @@ stage ("Builds") {
|
||||
}
|
||||
stage ('Install system packages') {
|
||||
sh "sudo apt-get -y install build-essential mtools libssl-dev pkg-config"
|
||||
sh 'sudo apt-get -y install flex bison libelf-dev'
|
||||
}
|
||||
stage ('Install Rust') {
|
||||
sh "nohup curl https://sh.rustup.rs -sSf | sh -s -- -y"
|
||||
|
||||
Reference in New Issue
Block a user