Skip to content

Commit

Permalink
Explicitly define opt and llc variables for GHC 8.10.7 on MacOs ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Aug 26, 2023
1 parent 9837caf commit b30f4b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ jobs:
export CC="$HOME/.brew/opt/llvm@11/bin/clang"
export CXX="$HOME/.brew/opt/llvm@11/bin/clang++"
export AR="$HOME/.brew/opt/llvm@11/bin/llvm-ar"
export LLC="$HOME/.brew/opt/llvm@11/bin/llc"
export OPT="$HOME/.brew/opt/llvm@11/bin/opt"
export RANLIB="$HOME/.brew/opt/llvm@11/bin/llvm-ranlib"
else
bash .github/scripts/brew.sh git coreutils autoconf automake tree
Expand Down

0 comments on commit b30f4b6

Please sign in to comment.