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

vatamane pushed a commit to branch temporarily-disable-macos
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 228b455d5ff6a2c1b9d5b8c5d31f663f3852eb46
Author: Nick Vatamaniuc <vatam...@gmail.com>
AuthorDate: Mon Nov 13 15:37:41 2023 -0500

    Temporarily disable MacOS runner
    
    Until we fix the `Cannot run program "sh"` issue
---
 build-aux/Jenkinsfile.full | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 80b96a47d..02550575f 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -118,14 +118,16 @@ 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