Skip to content

Commit 420cbf8

Browse files
committed
cirrus-ci: upgrade hpack
1 parent 7d5f6bb commit 420cbf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .cirrus.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ task:
1313
folder: $HOME/.stack
1414
fingerprint_script: echo $CIRRUS_OS
1515

16-
install_dependencies_script: brew install automake libtool haskell-stack gmp
16+
install_dependencies_script: brew install automake libtool haskell-stack hpack gmp
1717
install_secp256k1_script: .github/scripts/install-libsecp256k1.sh
1818
install_libff_script: .github/scripts/install-libff.sh
19-
install_ghc_script: stack --resolver=lts-20.05 setup
19+
install_ghc_script: stack --resolver=lts-20.05 --with-hpack hpack setup
2020

2121
build_dependencies_script: >
22-
stack build --ghc-options="-Werror" \
22+
stack build --with-hpack hpack --ghc-options="-Werror" \
2323
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
2424
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib \
2525
--only-dependencies
2626
build_echidna_script: >
27-
stack install --ghc-options="-Werror" \
27+
stack install --with-hpack hpack --ghc-options="-Werror" \
2828
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
2929
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib
3030

0 commit comments

Comments
 (0)