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

jan pushed a commit to branch jenkins-fix-macos-ci
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 0b4862232d15be0c648038125d253858ca2990e1
Author: Jan Lehnardt <j...@apache.org>
AuthorDate: Tue Nov 14 17:17:52 2023 +0100

    Revert "Temporarily disable MacOS runner"
    
    This reverts commit 0ac61812beb09353ae90de482b52f86c34a2301f.
---
 build-aux/Jenkinsfile.full | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 02550575f..80b96a47d 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -118,16 +118,14 @@ meta = [
      name: 'FreeBSD',
      spidermonkey_vsn: '91',
      gnu_make: 'gmake'
+  ],
+
+ 'macos': [
+    name: 'macOS',
+    spidermonkey_vsn: '91',
+    enable_nouveau: false,
+    gnu_make: 'make'
   ]
- // Temporarily exclude until we figure out the shell spawning issue:
- // Cannot run program "sh" (in directory 
"/Users/jenkins2/workspace/kins-cm1_FullPlatformMatrix_main"): error=316, 
posix_spawn failed
- //
- // 'macos': [
- //    name: 'macOS',
- //    spidermonkey_vsn: '91',
- //    enable_nouveau: false,
- //    gnu_make: 'make'
- //  ]
 ]
 
 def String configure(config) {

Reply via email to