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@gmail.com>2021-04-08 11:54:41 +0200
commit6a22a41507732768efa44322d9ecf4294997adb4 (patch)
tree61e64258eb64b3d2d20075bc3225a0e71b3102d1
parent66289e4d593c12975469977b9a0931212e1c214f (diff)
downloadcouchdb-6a22a41507732768efa44322d9ecf4294997adb4.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'