Update documentation.

This commit is contained in:
Jesper Louis Andersen 2021-06-19 00:23:32 +02:00
parent 458c4ca9bc
commit a271797641

View File

@ -1,9 +1,8 @@
// Versions for simplicity // Versions for simplicity
_versions: { _versions: {
latest: ["24.0"] latest: ["24.0"]
// Older versions than 22.3 use Debian stretch, and it only has libsodium 0.18 // The versions here have an underlying Debian/Ubuntu which support enough of
// In turn, we can't compile for the newer libsodium functions on this image, // libsodium to handle what enacl provides. Older versions will fail to compile
// and it fails. Hence these versions.
all: ["22.3", "23.3", "24.0"] all: ["22.3", "23.3", "24.0"]
rebar3: "3.16.1" rebar3: "3.16.1"
} }
@ -59,8 +58,6 @@ jobs: #Jobs & {
"runs-on": "${{matrix.os}}" "runs-on": "${{matrix.os}}"
strategy: matrix: { strategy: matrix: {
otp_vsn: _versions.all otp_vsn: _versions.all
// This entry is a lie. The container images are Debian containers, but
// one has to specify where those containers are hosted.
os: ["ubuntu-latest"] os: ["ubuntu-latest"]
} }
steps: [ steps: [