From c748cf7b7278d316f1eb0ddca7ca957161240672 Mon Sep 17 00:00:00 2001 From: Stewart Addison Date: Tue, 18 Feb 2020 20:11:26 +0000 Subject: [PATCH] Revert "Temporarily disable aarch64 openj9 builds (#1452)" This reverts commit 1b2f804b733c9f97c417e81d04bb9b0106ff044f. --- pipelines/jobs/configurations/jdk11u.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/jobs/configurations/jdk11u.groovy b/pipelines/jobs/configurations/jdk11u.groovy index 10d464dc7..1e970e9ee 100644 --- a/pipelines/jobs/configurations/jdk11u.groovy +++ b/pipelines/jobs/configurations/jdk11u.groovy @@ -33,7 +33,8 @@ targetConfigurations = [ "openj9" ], "aarch64Linux": [ - "hotspot" + "hotspot", + "openj9" ], "arm32Linux" : [ "hotspot"