Skip to content

Support Erlang/OTP 29#22

Merged
mdbrnowski merged 2 commits into
mainfrom
support-otp-29
Jun 23, 2026
Merged

Support Erlang/OTP 29#22
mdbrnowski merged 2 commits into
mainfrom
support-otp-29

Conversation

@mdbrnowski

@mdbrnowski mdbrnowski commented Jun 22, 2026

Copy link
Copy Markdown
Member

Updates CI/release workflows, fixes s390x CI.

@codecov-commenter

codecov-commenter commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.31%. Comparing base (1157503) to head (c078f5a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   63.31%   63.31%           
=======================================
  Files           2        2           
  Lines         199      199           
  Branches       44       44           
=======================================
  Hits          126      126           
  Misses         73       73           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mdbrnowski mdbrnowski force-pushed the support-otp-29 branch 2 times, most recently from e41a4f6 to ebfd1d0 Compare June 23, 2026 09:02
@mdbrnowski

Copy link
Copy Markdown
Member Author

I tried to quickly fix the s390x issue, but I couldn't. The failure is unrelated to my changes.

@NelsonVides

Copy link
Copy Markdown
Collaborator

It fails on the main branch too: https://github.com/esl/fast_pbkdf2/actions/runs/28015400029

The s390x job runs on ubuntu 24.04, but an older container of tonistiigi/binfmt (I saw in the force-push you tried to update), is using an older version of the uraimo/run-on-arch-action action, and this action declares ubuntu_latest as the action distro, and 26.04 has just been released recently while the last time CI ran on this repo was pretty much exactly before the new ubuntu was released. Perhaps it is a mismatch between the runner job and the action's libraries (#8 0.121 Fatal glibc error: CPU lacks VXRS_EXT2 support (z15 or later required)).

Try updating the action version and the docker container, and maybe toggling the ubuntu versions somehow. Latest is better but whatever works and it's stable 😄

@NelsonVides NelsonVides left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🔥

@mdbrnowski

Copy link
Copy Markdown
Member Author

Thanks, I never thought to update the action version as well!

@mdbrnowski mdbrnowski merged commit cb14f55 into main Jun 23, 2026
8 checks passed
@mdbrnowski mdbrnowski deleted the support-otp-29 branch June 23, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants