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

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

commit be0df54818725708d4840218993e2afbf87a6065
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Mon Jan 19 17:19:35 2026 -0500

    Re-enable FreeBSD ARM64 worker
---
 build-aux/Jenkinsfile | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile
index a90f8836c..b925f55ec 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -192,18 +192,14 @@ meta = [
   // Spidermonkey 91 has issues on ARM64 FreeBSD
   // use QuickJS for now
   //
-  // Disable for now due to repeated failures in elixir tests:
-  // 1) test Server-side password hashing, and raw updates disabling that 
(ConfigTest)
-  // ** (KeyError) key :status_code not found in: 
%HTTPotion.ErrorResponse{message: "retry_later"}
-  //
-  // 'freebsd-arm64': [
-  //    name: 'FreeBSD ARM64 QuickJS',
-  //    disable_spidermonkey: true,
-  //    with_clouseau: true,
-  //    clouseau_java_home: '/usr/local/openjdk21',
-  //    quickjs_test262: false,
-  //    gnu_make: 'gmake'
-  // ],
+  'freebsd-arm64': [
+     name: 'FreeBSD ARM64 QuickJS',
+     disable_spidermonkey: true,
+     with_clouseau: true,
+     clouseau_java_home: '/usr/local/openjdk21',
+     quickjs_test262: false,
+     gnu_make: 'gmake'
+  ],
 
   'macos': [
      name: 'macOS',

Reply via email to