[commit: ghc] wip/users-guide-forall-keyword, wip/users-guide-kind-inference: Set builder env (9db92cf)
git at git.haskell.org
git at git.haskell.org
Fri Feb 22 15:21:48 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/users-guide-forall-keyword,wip/users-guide-kind-inference
Link : http://ghc.haskell.org/trac/ghc/changeset/9db92cf0baada362f2b1bd69fbfd156f415d4053/ghc
>---------------------------------------------------------------
commit 9db92cf0baada362f2b1bd69fbfd156f415d4053
Author: Tamar Christina <tamar at zhox.com>
Date: Sun Feb 17 18:37:47 2019 +0000
Set builder env
>---------------------------------------------------------------
9db92cf0baada362f2b1bd69fbfd156f415d4053
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33d96d8..6ac6100 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -360,6 +360,8 @@ validate-x86_64-linux-deb9-unreg:
- robocopy /np /nfl /ndl /e "%APPDATA%\cabal" cabal-cache
- bash -c 'make clean || true'
dependencies: []
+ variables:
+ FORCE_SYMLINKS: 1
cache:
paths:
- cabal-cache
More information about the ghc-commits
mailing list