Skip to content

Commit d5b20d8

Browse files
committed
rty this
1 parent cd660a7 commit d5b20d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pipeline {
1111
kubernetes {
1212
yaml '''
1313
spec:
14+
securityContext:
15+
runAsUser: 1000
1416
containers:
1517
- name: manylinux
1618
image: quay.io/pypa/manylinux2014_x86_64
@@ -28,7 +30,6 @@ pipeline {
2830
LC_ALL = "C"
2931
}
3032
steps {
31-
sh 'sleep 10000'
3233
sh 'git submodule update --init --recursive'
3334
sh 'cmake -B build . -DCMAKE_BUILD_TYPE=Release'
3435
sh 'cd build && make -j4'

0 commit comments

Comments
 (0)