mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Remove job directory on ARM64 build
This prevents the builder from running out of disk space. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -102,6 +102,11 @@ pipeline{
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('Worker build (musl)') {
|
||||
agent { node { label 'bionic' } }
|
||||
|
||||
Reference in New Issue
Block a user