Skip to content

Commit 6cf2492

Browse files
committed
[ci] Disable testing for static firtool builds
Disable testing for static firtool builds as we may not be able to statically link libarc-jit-env, or there needs to be more configuration to allow this. Signed-off-by: Schuyler Eldridge <[email protected]>
1 parent 5d04144 commit 6cf2492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/bin/uploadReleaseArtifacts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ configStatic=$(cat <<EOF
138138
"cmake_build_type": "$OPT_CMAKE_BUILD_TYPE",
139139
"llvm_enable_assertions": "$OPT_ASSERTIONS",
140140
"llvm_force_enable_stats": "ON",
141-
"run_tests": $OPT_RUN_TESTS,
141+
"run_tests": false,
142142
"install_target": "install-firtool install-om-linker",
143143
"package_name_prefix": "firrtl-bin"
144144
}

0 commit comments

Comments
 (0)