[commit: ghc] wip/dwarf-bindists, wip/pare-down-ci, wip/std-hdr-llf, wip/test-hadrian-caching, wip/validate-ci, wip/zip7-fusion: CI: Run `cabal update` before trying to build Hadrian (eda456f)
git at git.haskell.org
git at git.haskell.org
Thu Feb 21 15:08:13 UTC 2019
- Previous message: [commit: ghc] wip/dwarf-bindists, wip/pare-down-ci, wip/std-hdr-llf, wip/test-hadrian-caching, wip/validate-ci, wip/zip7-fusion: Fix two bugs in stg_ap_0_fast in profiling runtime (908b4b8)
- Next message: [commit: ghc] wip/dwarf-bindists, wip/pare-down-ci, wip/std-hdr-llf, wip/test-hadrian-caching, wip/validate-ci, wip/zip7-fusion: Hadrian: Fix untracked dependencies (1dad4fc)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/dwarf-bindists,wip/pare-down-ci,wip/std-hdr-llf,wip/test-hadrian-caching,wip/validate-ci,wip/zip7-fusion
Link : http://ghc.haskell.org/trac/ghc/changeset/eda456f6f7ff53d0237531bc7f60ea42a648b6f3/ghc
>---------------------------------------------------------------
commit eda456f6f7ff53d0237531bc7f60ea42a648b6f3
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Mon Feb 18 19:42:35 2019 +0000
CI: Run `cabal update` before trying to build Hadrian
>---------------------------------------------------------------
eda456f6f7ff53d0237531bc7f60ea42a648b6f3
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b630d9f..33d96d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,6 +54,7 @@ ghc-linters:
.validate-hadrian:
allow_failure: true
script:
+ - cabal update
- git clean -xdf && git submodule foreach git clean -xdf
- bash .circleci/prepare-system.sh
- if [[ -d ./cabal-cache ]]; then cp -R ./.cabal-cache ~/.cabal-cache; fi
- Previous message: [commit: ghc] wip/dwarf-bindists, wip/pare-down-ci, wip/std-hdr-llf, wip/test-hadrian-caching, wip/validate-ci, wip/zip7-fusion: Fix two bugs in stg_ap_0_fast in profiling runtime (908b4b8)
- Next message: [commit: ghc] wip/dwarf-bindists, wip/pare-down-ci, wip/std-hdr-llf, wip/test-hadrian-caching, wip/validate-ci, wip/zip7-fusion: Hadrian: Fix untracked dependencies (1dad4fc)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list