Skip to content

Commit

Permalink
cirrus-ci: upgrade hpack
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jan 3, 2023
1 parent 7d5f6bb commit 420cbf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ task:
folder: $HOME/.stack
fingerprint_script: echo $CIRRUS_OS

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

build_dependencies_script: >
stack build --ghc-options="-Werror" \
stack build --with-hpack hpack --ghc-options="-Werror" \
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib \
--only-dependencies
build_echidna_script: >
stack install --ghc-options="-Werror" \
stack install --with-hpack hpack --ghc-options="-Werror" \
--extra-include-dirs=$HOME/.local/include --extra-include-dirs=/opt/homebrew/include \
--extra-lib-dirs=$HOME/.local/lib --extra-lib-dirs=/opt/homebrew/lib
Expand Down

0 comments on commit 420cbf8

Please sign in to comment.