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 a75e77784 Disable FreeBSD ARM64 in full CI
a75e77784 is described below

commit a75e77784bf88497acd85c62e5b588621072735f
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Dec 19 12:26:00 2023 -0500

    Disable FreeBSD ARM64 in full CI
    
    Until issue #4916 is resolved.
---
 build-aux/Jenkinsfile.full | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index d97346a77..a41080b14 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -125,12 +125,14 @@ meta = [
      gnu_make: 'gmake'
   ],
 
-  'freebsd-arm64': [
-     name: 'FreeBSD',
-     spidermonkey_vsn: '91',
-     enable_clouseau: false,
-     gnu_make: 'gmake'
-  ],
+  // Disable temporarily until issue 4916
+  // is resolved
+  // 'freebsd-arm64': [
+  //    name: 'FreeBSD',
+  //    spidermonkey_vsn: '91',
+  //    enable_clouseau: false,
+  //    gnu_make: 'gmake'
+  // ],
 
  'macos': [
     name: 'macOS',

Reply via email to