Commit 2036dfe2 authored by Paul's avatar Paul
Browse files

Split clang release job

parent 7d06cdbd
...@@ -110,7 +110,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build -> ...@@ -110,7 +110,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
stage('Clang Release') { stage('Clang Release') {
cmake_build("hcc", "-DCMAKE_BUILD_TYPE=release") cmake_build("hcc", "-DCMAKE_BUILD_TYPE=release")
} }
}, clang_release_py3: rocmnode('vega') { cmake_build ->
stage('Clang Release Python 3') { stage('Clang Release Python 3') {
cmake_build("hcc", "-DCMAKE_BUILD_TYPE=release -DPYTHON_EXECUTABLE=/usr/local/bin/python3") cmake_build("hcc", "-DCMAKE_BUILD_TYPE=release -DPYTHON_EXECUTABLE=/usr/local/bin/python3")
} }
......
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