Skip to content

Commit 81283b1

Browse files
author
Stefan Anzinger
committed
Enable gate for linux aarch64
1 parent 0b98d81 commit 81283b1

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

common.jsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
capabilities: ['solaris', 'sparcv9'],
7070
},
7171

72+
linux_aarch64: common + {
73+
capabilities+: ['linux', 'aarch64'],
74+
},
75+
7276
darwin: common + {
7377
environment+: {
7478
// for compatibility with macOS El Capitan

graal-js/ci.jsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@ local common = import '../common.jsonnet';
9090
graalJs + common.jdk11 + common.gate + common.linux + gateGraalImport + {environment+: {GATE_TAGS: 'style,fullbuild'}} + {name: 'js-gate-style-fullbuild-graal-import-jdk11-linux-amd64'},
9191
graalJs + common.jdk11 + common.gate + common.linux + gateGraalTip + {environment+: {GATE_TAGS: 'default'}} + {name: 'js-gate-default-graal-tip-jdk11-linux-amd64'},
9292
graalJs + common.jdk11 + common.gate + common.linux + mavenDeployDryRun + {name: 'js-gate-maven-dry-run-jdk11-linux-amd64'},
93+
94+
// jdk 11 - linux aarch64
95+
graalJs + common.jdk11 + common.gate + common.linux_aarch64 + gateGraalTip + {environment+: {GATE_TAGS: 'default'}} + {name: 'js-gate-default-graal-tip-jdk11-linux-aarch64'},
9396
],
9497
}

0 commit comments

Comments
 (0)