Compare commits

...

No commits in common. "857c5c2b19d751f569ab8b607a33890747eb7b3a" and "4ea7b8c0cd7c71ee35e8663d27f42e674b536f02" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,6 +12,6 @@ node('arm') {
sh "podman build -t ${containerName} -f Containerfile"
}
stage('Build Wheels') {
sh "podman run -w ${WORKSPACE} -v ${WORKSPACE}:${WORKSPACE} ${containerName} sh build.sh"
sh "podman run -w ${WORKSPACE} -v ${WORKSPACE}:${WORKSPACE}:z ${containerName} sh build.sh"
}
}