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:22 UTC

[couchdb] branch skip-freebsd-builds-for-now created (now 671e8bcd5)

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

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


      at 671e8bcd5 FreeBSD workers are offline

This branch includes the following new commits:

     new 671e8bcd5 FreeBSD workers are offline

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: FreeBSD workers are offline

Posted by va...@apache.org.
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',