+1
Sigs check out, build works fine, tests pass, the whole shebang.
Nice work everybody!
macOS convenience binaries are up as well:
https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/3.4.0/rc.3/
Best
Jan
—
Professional Support for Apache CouchDB:
https://neighbourhood.ie/couchdb-support
Author: jan
Date: Mon Sep 16 13:36:24 2024
New Revision: 71614
Log:
add CouchDB 3.4.0 convenience binaries for arm64 and x86_64
Added:
dev/couchdb/binary/mac/3.4.0/
dev/couchdb/binary/mac/3.4.0/rc.3/
dev/couchdb/binary/mac/3.4.0/rc.3/arm64/
dev/couchdb/binary/mac/3.4.0/rc.3/arm64/
Tested with Erlang 26.2.5.3 and Elixir 1.17.2 on MacOS x86_64, 'make check'
passed all tests.
```bash
sha256sum --check apache-couchdb-3.4.0-RC3.tar.gz.sha256
apache-couchdb-3.4.0-RC3.tar.gz: OK
```
Thanks,
Jiahui Li
From: Nick Vatamaniuc
Sent: Sunday, September
+1 with:
macos 13.6.9
erlang 27.0.1
elixir 1.17.2
python 3.12.3
java zulu-7.48.0.11
and the following script in case anyone else wants to try it:
```
#!/bin/bash -ex
#
https://cwiki.apache.org/confluence/display/COUCHDB/Testing+a+Source+Release
VERSION=3.4.0
RC=rc3
ARTIFACT_URL=
https://dist.apa