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 af3544d commit e8caf44Copy full SHA for e8caf44
.github/workflows/release-binaries.yml
@@ -164,7 +164,7 @@ jobs:
164
test_runs_on="${{ inputs.runs-on }}"
165
# These runners hit timeouts building all of LLVM, so we need to
166
# limit the projects that we build.
167
- target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS=clang;lld;lldb;clang-tools-extra;mlir"
+ target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS='clang;lld;lldb;clang-tools-extra;mlir'"
168
;;
169
macos-14)
170
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
0 commit comments