Skip to content

Commit

Permalink
[workflows] Add workaround for lld failures on MacOS
Browse files Browse the repository at this point in the history
See llvm/llvm-project#81967.

Adapted from upstream commit 175b533.
  • Loading branch information
bryanpkc committed Nov 27, 2024
1 parent 5555413 commit 95f63e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-project-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
# This should be a no-op for non-mac OSes
PKG_CONFIG_PATH: /usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig//12
run: |
./build-llvm-project.sh -t X86 -e "clang" -p /usr/local -s -n $(sysctl -n hw.logicalcpu) -i -x "-DLLVM_ENABLE_ASSERTIONS=ON" -v
./build-llvm-project.sh -t X86 -e "clang" -p /usr/local -s -n $(sysctl -n hw.logicalcpu) -i -x "-DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_DISABLE_ASSEMBLY_FILES=ON" -v
cd build
make check-all
- name: Test clang ubuntu
Expand Down

0 comments on commit 95f63e4

Please sign in to comment.