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 b75f29b commit 96f22f8Copy full SHA for 96f22f8
.github/workflows/release-binaries.yml
@@ -149,6 +149,8 @@ jobs:
149
macos-13)
150
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
151
build_runs_on="${{ inputs.runs-on }}"
152
+ # Disable MLIR on pull requests since that will be tested in a different job.
153
+ target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS='clang;lld;lldb;clang-tools-extra;polly'"
154
else
155
build_runs_on="macos-13-large"
156
fi
0 commit comments