Support for elixir 1.15 + debian stable #609
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#609
Loading…
Reference in a new issue
No description provided.
Delete branch "elixir1.15"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
debian changed their stable 🥴
@ -66,2 +66,2 @@
debian-bullseye:
image: hexpm/elixir:1.14.3-erlang-25.2.2-debian-bullseye-20230109
debian-bookworm:
image: hexpm/elixir:1.15.4-erlang-25.3.2.5-alpine-3.18.2
This changes the
debian-bookworm
job to use an alpine image. Is this intentional or did you meant to usehexpm/elixir:1.15.4-erlang-25.3.2.5-debian-bookworm-20230612
like inbuild-arm.yml
?ah good spot , thanks
@ -19,3 +21,4 @@
- Alpine OTP builds are now from alpine 3.18, which is SSLv3 compatible.
If you use alpine OTP builds you will have to update your local system.
- Debian OTP builds are now from a base of bookwork, which is SSLv3 compatible.
typo
bookwork
Another nit also affecting preexisting entries, feel free to ignore: instead of abbreviating to
SSLv3
ideally spell outOpenSSLv3
. At first I though this referred to support for the TLSv1.3 protocol, but that isn't the case(, right?)d263a5ae3d
to98cb255d12
Mock
-tests as "mocked" and run them seperately 64e233ca20Pull request closed