Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Dec 5, 2024
1 parent fa4dd84 commit 5d65c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ci_build/github/linux/build_tensorrt_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ for arg in "$@"; do
# Replace onnxruntime_BUILD_UNIT_TESTS=ON with OFF
BUILD_ARGS=("${BUILD_ARGS[@]/onnxruntime_BUILD_UNIT_TESTS=ON/onnxruntime_BUILD_UNIT_TESTS=OFF}")
BUILD_ARGS+=("onnxruntime_CUDA_MINIMAL=ON")
BUILD_ARGS+=("onnxruntime_DISABLE_CONTRIB_OPS=ON")
BUILD_ARGS+=("--skip_tests")
;;
esac
Expand Down

0 comments on commit 5d65c67

Please sign in to comment.