Skip to content

Commit 96f22f8

Browse files
committed
Disable mLIR
1 parent b75f29b commit 96f22f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
macos-13)
150150
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
151151
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'"
152154
else
153155
build_runs_on="macos-13-large"
154156
fi

0 commit comments

Comments
 (0)