[commit: ghc] wip/jenkins: Disable cross compilation for now (af4939a)

git at git.haskell.org git at git.haskell.org
Fri Sep 1 20:17:30 UTC 2017


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

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

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

commit af4939aca6c0b2bc22026c82587e2a9aed845a9a
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 1 16:17:12 2017 -0400

    Disable cross compilation for now


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

af4939aca6c0b2bc22026c82587e2a9aed845a9a
 Jenkinsfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 28c30d9..cec4c38 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -71,13 +71,13 @@ parallel (
       }
     }
   },
-  "linux x86-64 -> aarch64 unreg" : {
-    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')}
-    node(label: 'linux && aarch64') {testGhc(targetTriple: 'aarch64-linux-gnu')}
-  },
+  //"linux x86-64 -> aarch64 unreg" : {
+  //  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')}
+  //  node(label: 'linux && aarch64') {testGhc(targetTriple: 'aarch64-linux-gnu')}
+  //},
   "aarch64"            : {
     node(label: 'linux && aarch64') {buildGhc(targetTriple: 'aarch64-linux-gnu')}
   },



More information about the ghc-commits mailing list