mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: AArch64: Add a build stage for musl toolchain
This commit adds required environment configurations to the `dev_cli.sh` and a Jenkins stage to enable AArch64 binary building using musl toolchain. Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
e81402e76e
commit
5a2ff98917
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -83,6 +83,11 @@ pipeline{
|
||||
sh "scripts/dev_cli.sh build --release"
|
||||
}
|
||||
}
|
||||
stage ('Build for musl') {
|
||||
steps {
|
||||
sh "scripts/dev_cli.sh build --release --libc musl"
|
||||
}
|
||||
}
|
||||
stage ('Run unit tests') {
|
||||
steps {
|
||||
sh "scripts/dev_cli.sh tests --unit"
|
||||
|
||||
Reference in New Issue
Block a user