mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +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:
parent
05c6136790
commit
c5a03d5ad4
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -102,6 +102,11 @@ pipeline{
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ('Worker build (musl)') {
|
||||
agent { node { label 'bionic' } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user