Skip to content

Commit

Permalink
rm cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinglei committed May 30, 2024
1 parent 4a66649 commit 566ef2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manager
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ start_build(){
# [[ ${DEBUG-} != true ]] || extra_opts+=(--sandbox_debug)
bazel clean --expunge
bazel build --spawn_strategy=standalone "${extra_opts[@]}" -c opt //core:_pywrap_tn.so
start_copy_libs
}

only_build(){
Expand Down Expand Up @@ -105,7 +106,7 @@ start_create_dist(){
[[ ${NEED_PREPARE_ENV} == true ]] && _prepare_mamba_env
[[ ${NEED_ACTIVATE_ENV} == true ]] && _activate_env
rm -rf dist/* || true
start_copy_libs
#start_copy_libs
[[ $# > 0 ]] && export TN_VERSION=$1
PY_VERSION=$(python -c "import sys; print('cp' + ''.join(map(str, sys.version_info[:2])))")
python setup.py bdist_wheel --plat-name manylinux2010_x86_64 --python-tag ${PY_VERSION}
Expand Down

0 comments on commit 566ef2d

Please sign in to comment.