You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/27 22:21:23 UTC

[couchdb] 01/01: FreeBSD workers are offline

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch skip-freebsd-builds-for-now
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 671e8bcd5e3cbf1841ecb17ac1292e939e3de88c
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Fri May 27 18:20:24 2022 -0400

    FreeBSD workers are offline
    
    Comment them out for the time being
---
 build-aux/Jenkinsfile.full | 11 ++++++-----
 1 file 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',