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 22
22
- name : Run distribution script
23
23
run : |
24
24
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
26
26
cd distribution
27
27
./build-macos-arm64.sh
Original file line number Diff line number Diff line change 22
22
- name : Run distribution script
23
23
run : |
24
24
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
26
25
cd distribution
27
26
./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
36
36
ffiLibs=" $( xcrun --show-sdk-path) /usr/include/ffi" # Workaround for GHC9.0.2 bug until we can use GHC9.2.3+
37
37
export C_INCLUDE_PATH=$ffiLibs # https://gitlab.haskell.org/ghc/ghc/-/issues/20592#note_436353
38
38
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+
40
40
41
41
$stack install --local-bin-path $dist
42
42
You can’t perform that action at this time.
0 commit comments