Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinglei committed May 30, 2024
1 parent da1a131 commit 5e51828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
NEED_ACTIVATE_ENV: "false"
DEBUG: "true"
steps:
- name: checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions manager
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ start_build(){
[[ ${NEED_ACTIVATE_ENV} == true ]] && _activate_env
_build_config
extra_opts=("$@")
[[ ${DEBUG-} != true ]] || extra_opts+=(--sandbox_debug)
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
}

only_build(){
Expand Down

0 comments on commit 5e51828

Please sign in to comment.