Skip to content

[build-script] Ignore /opt/homebrew/lib when configuring Darwin builds (#91331) - #91401

Open
duow310 wants to merge 1 commit into
release/6.4.xfrom
dwang/cherry-pick-91331
Open

[build-script] Ignore /opt/homebrew/lib when configuring Darwin builds (#91331)#91401
duow310 wants to merge 1 commit into
release/6.4.xfrom
dwang/cherry-pick-91331

Conversation

@duow310

@duow310 duow310 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor
  • Explanation:
    Add /opt/homebrew/lib to the existing CMAKE_IGNORE_PATH isolation list, which only covered the Intel Homebrew prefix.
  • Scope:
    Changes the CMake config so the build system finds the correct binary tools to use.
  • Issues:
    rdar://184231214
  • Original PRs:
    [build-script] Ignore /opt/homebrew/lib when configuring Darwin builds #91331
  • Risk:
    Low. This guards the build system against an issue which only happens on newer systems. It does not affect any of the existing CI pipelines.
  • Testing:
    Tested in the new CI job being brought up.
  • Reviewers:
    @shahmishal

#91331)

Add `/opt/homebrew/lib` to the existing CMAKE_IGNORE_PATH isolation
list, which only covered the Intel Homebrew prefix.

rdar://184231214
(cherry picked from commit 9fc9148)
Signed-off-by: Duo Wang <duo_wang@apple.com>
@duow310
duow310 requested a review from a team as a code owner August 11, 2026 19:49
@duow310

duow310 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

@swift-ci smoke test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants