We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd660a7 commit d5b20d8Copy full SHA for d5b20d8
1 file changed
ci/Jenkinsfile
@@ -11,6 +11,8 @@ pipeline {
11
kubernetes {
12
yaml '''
13
spec:
14
+ securityContext:
15
+ runAsUser: 1000
16
containers:
17
- name: manylinux
18
image: quay.io/pypa/manylinux2014_x86_64
@@ -28,7 +30,6 @@ pipeline {
28
30
LC_ALL = "C"
29
31
}
32
steps {
- sh 'sleep 10000'
33
sh 'git submodule update --init --recursive'
34
sh 'cmake -B build . -DCMAKE_BUILD_TYPE=Release'
35
sh 'cd build && make -j4'
0 commit comments