"vscode:/vscode.git/clone" did not exist on "08bb9eb5ad79e6bceffc71aeea6af809cc78694b"
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=[:]){
arch_type = 5
}
cmake_build(conf)
if ( arch_type == 1 ){
if ( !params.BUILD_LEGACY_OS && arch_type == 1 ){
echo "Run inductor codegen tests"
sh """
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