Skip to content

Commit

Permalink
fix path and image
Browse files Browse the repository at this point in the history
  • Loading branch information
jingshi-ant committed Jan 14, 2025
1 parent 773989c commit ebcf7c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ build:linux --copt=-fopenmp
build:linux --linkopt=-fopenmp
build:linux --action_env=BAZEL_LINKOPTS=-static-libstdc++:-static-libgcc
build:linux --action_env=BAZEL_LINKLIBS=-l%:libstdc++.a:-l%:libgcc.a
build:linux --action_env=PATH=/root/miniconda3/bin:/root/miniconda3/condabin:/usr/local/go/bin:/usr/local/bin:/root/miniconda3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin



# build buddy
Expand Down
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ platform(
exec_properties = {
"OSFamily": "Linux",
"dockerNetwork": "off",
"container-image": "docker://secretflow/scql-ci:latest",
"container-image": "docker://fosshua/scql-ci:1.2",
},
)

0 comments on commit ebcf7c6

Please sign in to comment.