This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/trunk by this push:
new b830c21 Revert "ninja-fix – disable arm64 builds until INFRA-22930 is
resolved properly"
b830c21 is described below
commit b830c21bed0fc7f5f6e59fbc4774f856530eb980
Author: Mick Semb Wever <[email protected]>
AuthorDate: Wed Apr 27 10:49:45 2022 +0200
Revert "ninja-fix – disable arm64 builds until INFRA-22930 is resolved
properly"
This reverts commit a0b2355c34823c2e4183fbb50957ec61206213cf.
---
jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index eaa3b1a..c2e27a7 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -24,7 +24,7 @@ if(binding.hasVariable("CASSANDRA_JDK_LABEL")) {
// architectures. blank is amd64
def archs = ['', '-arm64']
-arm64_enabled = false
+arm64_enabled = true
arm64_test_label_enabled = false
def use_arm64_test_label() { return arm64_enabled && arm64_test_label_enabled }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]