Skip to content
Snippets Groups Projects
Commit 9e50db9f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

this is likely closer to canonical

parent 251acd72
Branches
Tags
1 merge request!1Simplistic implementation of download
Pipeline #4508 failed
......@@ -56,7 +56,7 @@ cabal-build-and-test:
# This is only done in CI configuration because non-CI users probably
# want their local cabal configuration left alone.
cat >cabal.project.local <<EOF
store-dir: $CI_PROJECT_DIR/.cabal
store-dir: $CI_PROJECT_DIR/.cabal/store
remote-repo-cache: $CI_PROJECT_DIR/.cabal/packages
EOF
nix run .#cabal-test
......
......@@ -84,7 +84,7 @@
export PKG_CONFIG_PATH=${pkgs.lib.makeSearchPath "lib/pkgconfig" [pkgs.zlib.dev]}
find .
ghc-pkg check --package-db .cabal/ghc-8.10.7/package.db
ghc-pkg check --package-db .cabal/store/ghc-8.10.7/package.db
cabal update hackage.haskell.org
cabal run tests
'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment