summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBessenyei Balázs Donát <bessbd@apache.org>2021-04-06 19:44:08 +0200
committerBessenyei Balázs Donát <bessbd@users.noreply.github.com>2021-04-08 19:21:03 +0200
commit2679fda23157b609de1232b1dc9ef53aa0971481 (patch)
treef974185941dfaae47114adc15e7dcffb9f01a265
parent90cbb8e35ed3a4d861ad51c1cdd71f0bd9a1adaf (diff)
downloadcouchdb-2679fda23157b609de1232b1dc9ef53aa0971481.tar.gz
Disable arm64v8
-rw-r--r--build-aux/Jenkinsfile.full1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 76c5a0d03..c07d1a158 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -498,6 +498,7 @@ pipeline {
} // stage
stage('Debian Buster arm64v8') {
+ when { expression { return false } }
agent {
docker {
image 'couchdbdev/arm64v8-debian-buster-erlang-20.3.8.25-1:latest'