Skip to content

Commit

Permalink
clean cache for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinglei committed May 30, 2024
1 parent 5e51828 commit 4a66649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
post-cleanup: 'none'
- name: Run custom command in micromamba environment
run: |
du -sh /home/runner/.cache
./manager build
echo "build finish"
rm -rf /home/runner/.cache/bazel
shell: micromamba-shell {0}

- name: Create setup dist
Expand Down
1 change: 1 addition & 0 deletions manager
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ start_build(){
_build_config
extra_opts=("$@")
# [[ ${DEBUG-} != true ]] || extra_opts+=(--sandbox_debug)
bazel clean --expunge
bazel build --spawn_strategy=standalone "${extra_opts[@]}" -c opt //core:_pywrap_tn.so
}

Expand Down

0 comments on commit 4a66649

Please sign in to comment.