"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "9a2c733962d585ff1467cbf3a06bc1c76782f1aa"
Unverified Commit 14556631 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Remove force depends so we can check for valid dependencies (#965)

No longer avoid dependency problems and install the half package
parent 6e2df9de
...@@ -124,8 +124,9 @@ def onnxnode(name, body) { ...@@ -124,8 +124,9 @@ def onnxnode(name, body) {
rocmtest onnx: onnxnode('rocmtest') { cmake_build -> rocmtest onnx: onnxnode('rocmtest') { cmake_build ->
stage("Onnx runtime") { stage("Onnx runtime") {
sh ''' sh '''
apt install half
ls -lR ls -lR
dpkg -i --force-depends ./build/*.deb dpkg -i ./build/*.deb
cd /onnxruntime && ./build_and_test_onnxrt.sh cd /onnxruntime && ./build_and_test_onnxrt.sh
''' '''
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment