Skip to content

Commit 5e51828

Browse files
author
jiangxinglei
committed
test
1 parent da1a131 commit 5e51828

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
env:
1717
NEED_ACTIVATE_ENV: "false"
18+
DEBUG: "true"
1819
steps:
1920
- name: checkout repository
2021
uses: actions/checkout@v4

manager

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ start_build(){
6363
[[ ${NEED_ACTIVATE_ENV} == true ]] && _activate_env
6464
_build_config
6565
extra_opts=("$@")
66-
[[ ${DEBUG-} != true ]] || extra_opts+=(--sandbox_debug)
67-
bazel build "${extra_opts[@]}" -c opt //core:_pywrap_tn.so
66+
# [[ ${DEBUG-} != true ]] || extra_opts+=(--sandbox_debug)
67+
bazel build --spawn_strategy=standalone "${extra_opts[@]}" -c opt //core:_pywrap_tn.so
6868
}
6969

7070
only_build(){

0 commit comments

Comments
 (0)