summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-09-01 16:17:12 -0400
committerBen Gamari <ben@smart-cactus.org>2017-09-01 16:17:12 -0400
commitaf4939aca6c0b2bc22026c82587e2a9aed845a9a (patch)
tree1af96108ed016b79164f8f0d2102456aec2b1f4f
parent5c65d49f38d0dde9fc38848da002de59a08485ff (diff)
downloadhaskell-af4939aca6c0b2bc22026c82587e2a9aed845a9a.tar.gz
Disable cross compilation for now
-rw-r--r--Jenkinsfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 28c30d9507..cec4c38ba8 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')}
},