Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: Update the path used for the homebrew LLVM install on macOS #1212

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cross-bootstrap-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
pkgs: bmake libarchive-dev clang-14 lld-14
- os: macos-latest
compiler: clang-13
cross-bindir: /usr/local/opt/llvm@13/bin
cross-bindir: /opt/homebrew/opt/llvm@13/bin
pkgs: bmake libarchive llvm@13
- target_arch: amd64
target: amd64

Check failure on line 37 in .github/workflows/cross-bootstrap-tools.yml

View workflow job for this annotation

GitHub Actions / Style Checker

Missing Signed-off-by: line
- target_arch: aarch64
target: arm64
steps:
Expand Down
Loading