Skip to content

Commit

Permalink
Add env print and command for onnxruntime build portion
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous committed Sep 22, 2023
1 parent ef6eab0 commit c157b33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit c157b33

Please sign in to comment.