You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/11/09 16:25:29 UTC

[cassandra-builds] branch trunk updated: Revert "ninja-fix disabled until arm64 agents network is stable again"

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 7dcff63  Revert "ninja-fix disabled until arm64 agents network is stable again"
7dcff63 is described below

commit 7dcff63f419d11d4da1b08e91837bae44264e76f
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Wed Nov 9 17:25:10 2022 +0100

    Revert "ninja-fix disabled until arm64 agents network is stable again"
    
    This reverts commit 016d7f0b419d310ef009fd65ad18b9a8aa8de9bc.
---
 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 be27d2b..079f438 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 // disabled while bullseye downloading is stable again
+arm64_enabled = true
 arm64_test_label_enabled = false
 def use_arm64_test_label() { return arm64_enabled && arm64_test_label_enabled }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org