1
0
Fork 0

draft: br2 ccache
dustin/pythonctnr/pipeline/head There was a failure building this commit Details

Dustin 2022-10-31 11:28:57 -05:00
parent a4d24bcf1e
commit 8de2ddea3f
2 changed files with 7 additions and 0 deletions

6
ci/Jenkinsfile vendored
View File

@ -6,6 +6,12 @@ pipeline {
yamlFile 'ci/podTemplate.yaml' yamlFile 'ci/podTemplate.yaml'
defaultContainer 'buildroot' defaultContainer 'buildroot'
workspaceVolume dynamicPVC() workspaceVolume dynamicPVC()
volumes [
persistentVolumeClaim(
claimName: 'jenkins-br2-ccache',
mountPath: '/home/jenkins/.buildroot-ccache',
),
]
} }
} }

View File

@ -1,4 +1,5 @@
BR2_x86_64=y BR2_x86_64=y
BR2_CCACHE=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TARGET_GENERIC_HOSTNAME="pythonctnr" BR2_TARGET_GENERIC_HOSTNAME="pythonctnr"
BR2_TARGET_GENERIC_ISSUE="" BR2_TARGET_GENERIC_ISSUE=""