Commit c157b338 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Add env print and command for onnxruntime build portion

parent ef6eab0c
......@@ -161,12 +161,15 @@ def onnxnode(name, body) {
rocmtest onnx: onnxnode('cdna') { cmake_build ->
stage("Onnx runtime") {
sh '''
def cmd = """
env
apt install half
#ls -lR
md5sum ./build/*.deb
dpkg -i ./build/*.deb
cd /onnxruntime && ./build_and_test_onnxrt.sh
'''
"""
echo cmd
sh cmd
}
}
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