[commit: ghc] wip/jenkins: Fix FreeBSD architecture (8b8b97d)

git at git.haskell.org git at git.haskell.org
Mon May 29 18:12:31 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/8b8b97d74a44dda2c60e800bf72d4ad92f1b2dba/ghc

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

commit 8b8b97d74a44dda2c60e800bf72d4ad92f1b2dba
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon May 29 13:55:03 2017 -0400

    Fix FreeBSD architecture


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

8b8b97d74a44dda2c60e800bf72d4ad92f1b2dba
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 571cbb0..60d0b9d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ parallel (
     node(label: 'linux && aarch64') {buildGhc(runNoFib: false)}
   },
   "freebsd"            : {
-    node(label: 'freebsd && aarch64') {buildGhc(runNoFib: false)}
+    node(label: 'freebsd && amd64') {buildGhc(runNoFib: false)}
   },
   // Requires cygpath plugin?
   // Make



More information about the ghc-commits mailing list