This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch works-on-arm-instance-is-gone in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9061ec793d6b3a5f309844c1bd35ccf5437543a5 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Apr 22 14:45:52 2024 -0400 WorksOnArm Amazon instance seems to be gone for good I pinged people at AWS a few times since last year but got no response so far. Remove the entry as it seems the program is either discontinued or they don't want to support Apache CouchDB any longer. --- build-aux/Jenkinsfile.full | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 403d502c1..0f72528b9 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -71,18 +71,6 @@ meta = [ image: "apache/couchdbci-debian:buster-erlang-${ERLANG_VERSION}" ], - // Exclude temporarily until we can fix package cache directory - // permissions - // - // 'bullseye-arm64': [ - // name: 'Debian 11 ARM', - // spidermonkey_vsn: '78', - // enable_nouveau: true, - // enable_clouseau: false, - // image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}", - // node_label: 'arm64v8' - // ], - 'bullseye-ppc64': [ name: 'Debian 11 POWER', spidermonkey_vsn: '78',
