File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 8080 DISABLE_JIT=" "
8181fi
8282
83- if [[ ${ERLANGMAJORVERSION} -gt 25 ]]; then
84- echo " ************************* WARNING ***************************"
85- echo " As of 2024-07-11 Erlang 26.2.5* fails access any crypto functions"
86- echo " on OSes with OpenSSL 3.0.x (Debian Bookworm, at least) if the "
87- echo " --enable-fips flag is enabled. See: github.com/erlang/otp/issues/8562"
88- echo " **************************************************************"
89- ENABLE_FIPS=" "
90- else
91- ENABLE_FIPS=" --enable-fips"
92- fi
93-
9483# Configure Erlang - skip building things we don't want or need
9584./configure \
9685 --without-javac --without-wx --without-odbc \
9786 --without-debugger --without-observer --without-et \
9887 --without-diameter --without-megaco --without-tftp \
99- --without-ftp \
88+ --without-ftp --enable-fips \
10089 ${ENABLE_FIPS} ${DISABLE_JIT}
10190
10291make -j $( nproc)
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ DOCKER_ORG="apache"
55# These are the images that are currently being used, so don't `docker rmi` them on cleanup.
66KEEP_IMAGES=(
77couchdbci-debian:bookworm-erlang-25.3.2.13
8- couchdbci-debian:bookworm-erlang-26.2.5.2
8+ couchdbci-debian:bookworm-erlang-26.2.5.4
9+ couchdbci-debian:bookworm-erlang:27.1.1
910couchdbci-centos:9-erlang-25.3.2.13
1011couchdbci-centos:8-erlang-25.3.2.13
1112couchdbci-ubuntu:jammy-erlang-25.3.2.13
You can’t perform that action at this time.
0 commit comments