[Git][ghc/ghc][wip/romes/25304] Don't log GHC invocation in abi-test
Rodrigo Mesquita (@alt-romes)
gitlab at gitlab.haskell.org
Tue Oct 8 16:34:23 UTC 2024
Rodrigo Mesquita pushed to branch wip/romes/25304 at Glasgow Haskell Compiler / GHC
Commits:
2fcfee20 by Rodrigo Mesquita at 2024-10-08T17:34:01+01:00
Don't log GHC invocation in abi-test
The two abi test invocations would differ because of -dinitial-unique
and -dunique-increment
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -712,7 +712,7 @@ function cabal_abi_test() {
start_section "Cabal test: $OUT"
mkdir -p "$OUT"
- run "$HC" \
+ "$HC" \
-hidir tmp -odir tmp -fforce-recomp -haddock \
-iCabal/Cabal/src -XNoPolyKinds Distribution.Simple -j"$cores" \
-fobject-determinism \
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2fcfee207d3c7d2856028479067e27d3690ff701
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2fcfee207d3c7d2856028479067e27d3690ff701
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241008/d71d8b6a/attachment.html>
More information about the ghc-commits
mailing list