Skip to content

Commit

Permalink
Fix Bug: Step failed but not exited with error (#17442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi authored Sep 7, 2023
1 parent b38fb0d commit 0a3eb60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
-e CCACHE_DIR=/cache \
onnxruntimetensorrt86gpubuild \
/bin/bash -c "
cccache -s; \
set -ex; \
ccache -s; \
/opt/python/cp38-cp38/bin/python3 /onnxruntime_src/tools/ci_build/build.py \
--build_dir /build --cmake_generator Ninja \
--config Release \
Expand Down

0 comments on commit 0a3eb60

Please sign in to comment.