Skip to content

Commit

Permalink
Merge pull request #5218 from wasmerio/5217-fix-aarch64-build-issue-w…
Browse files Browse the repository at this point in the history
…ith-llvm

fix(ci): Add `brew` libs to `RUSTFLAGS` in aarch64
  • Loading branch information
xdoardo authored Nov 5, 2024
2 parents dbbbe29 + c1e1bc5 commit 164db65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ jobs:
echo "${LLVM_DIR}/bin" >> $GITHUB_PATH
env:
LLVM_DIR: .llvm
- name: Add `brew` libs to `RUSTFLAGS`
if: matrix.metadata.os == 'macos-14'
shell: bash
run: |
echo "RUSTFLAGS=-L/opt/homebrew/lib" >> $GITHUB_ENV
- name: Configure LLVM (Windows)
# The Custom Windows build does not contains llvm-config.exe, so need to setup manualy here
if: startsWith(matrix.build, 'windows-x64') && matrix.llvm_url
Expand Down

0 comments on commit 164db65

Please sign in to comment.