draft: br2 ccache
dustin/pythonctnr/pipeline/head There was a failure building this commit
Details
dustin/pythonctnr/pipeline/head There was a failure building this commit
Details
parent
a4d24bcf1e
commit
b39a82fe5d
|
@ -6,6 +6,10 @@ pipeline {
|
|||
yamlFile 'ci/podTemplate.yaml'
|
||||
defaultContainer 'buildroot'
|
||||
workspaceVolume dynamicPVC()
|
||||
volumes persistentVolumeClaim(
|
||||
claimName: 'jenkins-br2-ccache',
|
||||
mountPath: '/home/jenkins/.buildroot-ccache',
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: jenkins-ws-pythonctnr
|
||||
name: jenkins-br2-ccache
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
storage: 20Gi
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
BR2_x86_64=y
|
||||
BR2_CCACHE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="pythonctnr"
|
||||
BR2_TARGET_GENERIC_ISSUE=""
|
||||
|
|
Loading…
Reference in New Issue