"composable_kernel/include/utility/array.hpp" did not exist on "7a89684f92cc39afbb13ad970c1a3282e60b9180"
Unverified Commit 8c29e06f authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

disable inductor codegen tests on legacy OS (#1816)

parent 7790e8c3
...@@ -512,7 +512,7 @@ def Build_CK(Map conf=[:]){ ...@@ -512,7 +512,7 @@ def Build_CK(Map conf=[:]){
arch_type = 5 arch_type = 5
} }
cmake_build(conf) cmake_build(conf)
if ( arch_type == 1 ){ if ( !params.BUILD_LEGACY_OS && arch_type == 1 ){
echo "Run inductor codegen tests" echo "Run inductor codegen tests"
sh """ sh """
pip install --verbose . pip install --verbose .
......
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