[commit: ghc] wip/jenkins: Debug (95ae236)

git at git.haskell.org git at git.haskell.org
Thu Jul 27 20:49:15 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/95ae23656b2b3ec3a4a84b622984d38cacfb6e15/ghc

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

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

    Debug


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

95ae23656b2b3ec3a4a84b622984d38cacfb6e15
 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