Skip to content

Commit

Permalink
sleep before c1 to debug
Browse files Browse the repository at this point in the history
Signed-off-by: daquexian <daquexian566@gmail.com>
  • Loading branch information
daquexian committed Mar 29, 2023
1 parent 4308bf0 commit 137ab19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/manylinux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ cmake --build . --parallel ${ONEFLOW_CI_BUILD_PARALLEL}
if [ ! -z "$ONEFLOW_CI_BUILD_RUN_LIT" ]; then
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user flowvision==0.1.0
export PATH=$PATH:$(dirname $ONEFLOW_CI_PYTHON_EXE)
sleep 99999999
cmake --build . -t c1
fi

Expand Down

0 comments on commit 137ab19

Please sign in to comment.