Skip to content

Make CI checks work again by using the correct debian versions that have the expected GLIBC versions.#68

Merged
ArSn merged 2 commits intomasterfrom
fix-ci-checks
Feb 16, 2026
Merged

Make CI checks work again by using the correct debian versions that have the expected GLIBC versions.#68
ArSn merged 2 commits intomasterfrom
fix-ci-checks

Conversation

@ArSn
Copy link
Member

@ArSn ArSn commented Feb 16, 2026

Problem 1 - buster-slim test failures (GLIBC_2.29 not found):

  • The binary is built on Debian Bullseye (GLIBC 2.31), but Buster only ships GLIBC 2.28
  • Debian Buster reached EOL in June 2024
  • Fix: Replaced debian:buster-slim with debian:bookworm-slim (Debian 12) in the test matrix

Problem 2 - build-debian (24) Docker build failure:

  • A transient network error (Connection reset by peer) caused apt-get install to fail
  • Fix: Added --fix-missing flag and a retry fallback — if the first install attempt fails, it re-runs apt-get update and retries the install
  • Also fixed the two legacy ENV key value format warnings to use ENV key=value

@ArSn ArSn marked this pull request as ready for review February 16, 2026 16:53
@ArSn ArSn merged commit 4551b9b into master Feb 16, 2026
31 of 33 checks passed
@ArSn ArSn deleted the fix-ci-checks branch February 16, 2026 16:53
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.

1 participant