Skip to content

Commit

Permalink
Merge pull request #4 from microsoft/edgchen1/tvm_ep_ci_update
Browse files Browse the repository at this point in the history
Move install_tvm_test_dependencies.sh out of Docker context dir, update build definition.
  • Loading branch information
KJlaccHoeUM9l authored Feb 19, 2022
2 parents 046c015 + 2c952c1 commit acec4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobs:
- job: Linux_py_TVM_Wheels
- job: Linux_TVM_CI
timeoutInMinutes: 180
workspace:
clean: all
Expand Down Expand Up @@ -30,9 +30,9 @@ jobs:
-e BUILD_BUILDNUMBER \
onnxruntimecpubuild \
/bin/bash -c \
"/onnxruntime_src/tools/ci_build/github/linux/docker/scripts/install_tvm_test_dependencies.sh \
/opt/python/cp38-cp38/bin/python3 && \
/opt/python/cp38-cp38/bin/python3 /onnxruntime_src/tools/ci_build/build.py \
"/onnxruntime_src/tools/ci_build/github/linux/tvm/install_tvm_test_dependencies.sh \
python3 && \
python3 /onnxruntime_src/tools/ci_build/build.py \
--build_dir /build \
--config Release \
--skip_submodule_sync \
Expand Down

0 comments on commit acec4dd

Please sign in to comment.