Skip to content

Commit c09ff11

Browse files
author
Spenser Gilliland
committed
fix: set primary branch on setPythonBuildEnv
1 parent 37f77a2 commit c09ff11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ def main() {
3535
utils.cmakeBuild("build", "-DCMAKE_CXX_COMPILER_LAUNCHER=ccache", {}, { src_dir ->
3636
stage("Python Bindings") {
3737
dir("../python") {
38-
utils.setPythonBuildEnv([]) {
38+
utils.setPythonBuildEnv([], {
3939
sh """#!/bin/bash -ex
4040
rm -rf dist build
4141
python3 setup.py bdist_wheel
4242
"""
43-
}
43+
}, 'sima')
4444
}
4545
}
4646
}, "../sima-regres.cmake", "clean all")

0 commit comments

Comments
 (0)