[commit: ghc] wip/jenkins: Debug (6b555e0)

git at git.haskell.org git at git.haskell.org
Sat Jun 17 13:51:24 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/6b555e0366fd7467015c4eb27f6a64a0ec72e1d7/ghc

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

commit 6b555e0366fd7467015c4eb27f6a64a0ec72e1d7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon May 29 15:49:33 2017 -0400

    Debug


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

6b555e0366fd7467015c4eb27f6a64a0ec72e1d7
 Jenkinsfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8a621a8..f32df3f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,9 +30,6 @@ parallel (
   // Requires cygpath plugin?
   // Make
   "windows 64"         : {
-    environment {
-      PATH = 'C:\\msys64\\mingw64\\bin:C:\\msys64\\home\\ben\\ghc-8.0.2-x86_64:$PATH'
-    }
     node(label: 'windows && amd64') {buildGhc()}
   },
   "windows 32"         : {



More information about the ghc-commits mailing list