We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca69e commit a81903aCopy full SHA for a81903a
.github/workflows/release-binaries.yml
@@ -189,6 +189,9 @@ jobs:
189
version_suffix=".$rc_version"
190
fi
191
target_cmake_flags="$target_cmake_flags -DLLVM_VERSION_SUFFIX=$version_suffix"
192
+
193
+ # Disable lldb tests on Windows
194
+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_LLDB_INCLUDE_TESTS=OFF"
195
196
197
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
0 commit comments