[commit: ghc] wip/jenkins: Don't test unregisterised aarch64 (1774e10)

git at git.haskell.org git at git.haskell.org
Fri Sep 1 15:37:40 UTC 2017


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

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/1774e10c480bbe4d24ad47908dcb5ec94fd07a51/ghc

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

commit 1774e10c480bbe4d24ad47908dcb5ec94fd07a51
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Aug 19 10:37:26 2017 -0400

    Don't test unregisterised aarch64


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

1774e10c480bbe4d24ad47908dcb5ec94fd07a51
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9f4118f..3e55a89 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -72,7 +72,7 @@ parallel (
     }
   },
   "linux x86-64 -> aarch64 unreg" : {
-    node(label: 'linux && amd64') {buildAndTestGhc(crossCompiling: true, targetTriple: 'aarch64-linux-gnu', unreg: true)}
+    node(label: 'linux && amd64') {buildGhc(crossCompiling: true, targetTriple: 'aarch64-linux-gnu', unreg: true)}
   },
   "linux x86-64 -> aarch64" : {
     node(label: 'linux && amd64') {buildGhc(crossCompiling: true, targetTriple: 'aarch64-linux-gnu')}



More information about the ghc-commits mailing list