Skip to content

Commit a81903a

Browse files
committed
Disable lldb tests
1 parent 9cca69e commit a81903a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ jobs:
189189
version_suffix=".$rc_version"
190190
fi
191191
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"
192195
fi
193196
194197
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)