summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2022-05-27 18:20:24 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-05-27 19:57:10 -0400
commit83279f66b78bc714b7844b90cc9dbf71c7772c52 (patch)
tree06c5047698fc28c2ab49d382dc11a05f1e9c6fae
parent3898165727aada699d59a1f885d9175696da9093 (diff)
downloadcouchdb-83279f66b78bc714b7844b90cc9dbf71c7772c52.tar.gz
FreeBSD workers are offline
Comment them out for the time being
-rw-r--r--build-aux/Jenkinsfile.full11
1 files changed, 6 insertions, 5 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index a8a47f157..aeba9e57e 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -73,11 +73,12 @@ meta = [
image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}"
],
- 'freebsd': [
- name: 'FreeBSD',
- spidermonkey_vsn: '1.8.5',
- gnu_make: 'gmake'
- ],
+ // Skip freebsd builds for now as adviced by node owner
+ // 'freebsd': [
+ // name: 'FreeBSD',
+ // spidermonkey_vsn: '1.8.5',
+ // gnu_make: 'gmake'
+ // ],
'macos': [
name: 'macOS',