[commit: ghc] wip/nfs-locking: Unset GHC_PACKAGE_PATH before building. (6200ac8)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:46:49 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/6200ac8589190682a03b32258686a9b452908a9f/ghc

>---------------------------------------------------------------

commit 6200ac8589190682a03b32258686a9b452908a9f
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Jan 9 16:33:13 2016 +0000

    Unset GHC_PACKAGE_PATH before building.
    
    See #110. [skip ci]


>---------------------------------------------------------------

6200ac8589190682a03b32258686a9b452908a9f
 .appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 99196db..9cb8bcb 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -23,5 +23,6 @@ install:
     - happy --version
 
 build_script:
+    - unset GHC_PACKAGE_PATH
     - cd C:\msys64\home\ghc\shake-build
-    - echo "" | stack --no-terminal exec -- build.bat -j --no-progress inplace/bin/ghc-stage1.exe
+    - echo "" | stack --no-terminal exec -- build.bat -j --no-progress



More information about the ghc-commits mailing list