File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2222 - name : Run distribution script
2323 run : |
2424 test -x "$(which ghcup)" && curl https://downloads.haskell.org/~ghcup/aarch64-apple-darwin-ghcup -o ~/.local/bin/ghcup && chmod a+x ~/.local/bin/ghcup
25- brew install llvm@12
25+ brew install llvm@13
2626 cd distribution
2727 ./build-macos-arm64.sh
Original file line number Diff line number Diff line change 2222 - name : Run distribution script
2323 run : |
2424 test -x "$(which ghcup)" && curl https://downloads.haskell.org/~ghcup/aarch64-apple-darwin-ghcup -o ~/.local/bin/ghcup && chmod a+x ~/.local/bin/ghcup
25- brew install llvm@12
2625 cd distribution
2726 ./build-macos-x86_64.sh
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ git submodule init && git submodule update
3636ffiLibs=" $( xcrun --show-sdk-path) /usr/include/ffi" # Workaround for GHC9.0.2 bug until we can use GHC9.2.3+
3737export C_INCLUDE_PATH=$ffiLibs # https://gitlab.haskell.org/ghc/ghc/-/issues/20592#note_436353
3838
39- export PATH=" /opt/homebrew/opt/llvm@12 /bin:$PATH " # The arm64 build currently requires llvm until we get to GHC 9.4+
39+ export PATH=" /opt/homebrew/opt/llvm@13 /bin:$PATH " # The arm64 build currently requires llvm until we get to GHC 9.4+
4040
4141$stack install --local-bin-path $dist
4242
You can’t perform that action at this time.
0 commit comments