Update documentation.
This commit is contained in:
parent
458c4ca9bc
commit
a271797641
7
.github/workflows/ci.cue
vendored
7
.github/workflows/ci.cue
vendored
@ -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: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user