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

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

commit a7d7dff95c1a0e6674d2a5a6334776a60bbc2f62
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