Skip to content

Commit

Permalink
Fix NetBSD PKG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 16, 2023
1 parent 8a19601 commit ede0640
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ task:
image: family/pg-ci-netbsd-vanilla-9-3
platform: netbsd
install_script:
- export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/;http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/9.0_2023Q1/All/"
- pkg_add ghc cabal-install git autoconf libcxx libcxxabi
- export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/"
- echo $PKG_PATH
- pkg_add ghc cabal-install git autoconf
script:
- export CABAL_DIR=/tmp/.cabal
- ghc --version
Expand Down

0 comments on commit ede0640

Please sign in to comment.