This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new efb2af055 Skip macos CI for now and remove Ubuntu Focal
efb2af055 is described below
commit efb2af0552f115274f767443e804bdacba1ab38c
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Jun 19 18:37:24 2025 -0400
Skip macos CI for now and remove Ubuntu Focal
Ubuntu Focal, released in 2020, went out of support in May 2025
MacOS is temporily disabled to get a few green builds going.
---
build-aux/Jenkinsfile.full | 27 +++++++++++----------------
1 file changed, 11 insertions(+), 16 deletions(-)
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 1efc96532..9c8b5565b 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -39,14 +39,6 @@ meta = [
image: "apache/couchdbci-centos:9-erlang-${ERLANG_VERSION}"
],
- 'focal': [
- name: 'Ubuntu 20.04',
- spidermonkey_vsn: '68',
- with_nouveau: true,
- with_clouseau: true,
- image: "apache/couchdbci-ubuntu:focal-erlang-${ERLANG_VERSION}"
- ],
-
'jammy': [
name: 'Ubuntu 22.04',
spidermonkey_vsn: '91',
@@ -122,14 +114,17 @@ meta = [
gnu_make: 'gmake'
],
- 'macos': [
- name: 'macOS',
- spidermonkey_vsn: '128',
- with_nouveau: false,
- with_clouseau: true,
- clouseau_java_home: '/opt/java/openjdk8/zulu-8.jre/Contents/Home',
- gnu_make: 'make'
- ],
+ // Disable temporarily. Forks / shell execs seem to fail there currently
+ //
+ //
+ // 'macos': [
+ // name: 'macOS',
+ // spidermonkey_vsn: '128',
+ // with_nouveau: false,
+ // with_clouseau: true,
+ // clouseau_java_home: '/opt/java/openjdk8/zulu-8.jre/Contents/Home',
+ // gnu_make: 'make'
+ // ],
'win2022': [
name: 'Windows 2022',