We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1a131 commit 5e51828Copy full SHA for 5e51828
.github/workflows/python.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
env:
17
NEED_ACTIVATE_ENV: "false"
18
+ DEBUG: "true"
19
steps:
20
- name: checkout repository
21
uses: actions/checkout@v4
manager
@@ -63,8 +63,8 @@ start_build(){
63
[[ ${NEED_ACTIVATE_ENV} == true ]] && _activate_env
64
_build_config
65
extra_opts=("$@")
66
- [[ ${DEBUG-} != true ]] || extra_opts+=(--sandbox_debug)
67
- bazel build "${extra_opts[@]}" -c opt //core:_pywrap_tn.so
+ # [[ ${DEBUG-} != true ]] || extra_opts+=(--sandbox_debug)
+ bazel build --spawn_strategy=standalone "${extra_opts[@]}" -c opt //core:_pywrap_tn.so
68
}
69
70
only_build(){
0 commit comments