ci(dockcross): bump cross-compile images to 20260712-79e54f9 - #366
Merged
Conversation
…-79e54f9 Refreshes all six dockcross wrapper image pins to the current dockcross release (2026-07-12, also tagged :latest), from 2026-05-15. Synchronized tag across every image, so all six DEFAULT_DOCKCROSS_IMAGE lines move together: manylinux2014-x64, manylinux_2_28-x64, android-arm, android-arm64, android-x86_64, linux-arm64-lts. Freshness bump only — not a fix. manylinux2014 stays glibc 2.17 by design, so patch 0009 (posix_spawn_file_actions_addchdir_np guard) remains necessary. The Android images may carry a newer NDK/clang; the 16 KB page-alignment, weak-symbol gate, -static-libstdc++ and DT_NEEDED whitelist invariants are all CI-gated (package-android-aar + test-android-emulator), so any toolchain regression surfaces there. linux-arm64-lts is unused by CI (Linux aarch64 builds natively on ubuntu-24.04-arm) — bumped for consistency only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MeheJtyQwUzJGLcYpyWURD
bernardladenthin
had a problem deploying
to
maven-central
July 28, 2026 04:48 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
startgate
July 28, 2026 04:48 — with
GitHub Actions
Error
bernardladenthin
had a problem deploying
to
maven-central
July 28, 2026 04:48 — with
GitHub Actions
Failure
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
20260515-5fd14ac(2026-05-15) to20260712-79e54f9(2026-07-12, the current dockcross release /:latest).date-gitshatag, so all sixDEFAULT_DOCKCROSS_IMAGElines move together:manylinux2014-x64,manylinux_2_28-x64,android-arm,android-arm64,android-x86_64,linux-arm64-lts. Verified each image publishes the new tag on Docker Hub.This is a freshness bump, not a fix:
manylinux2014stays glibc 2.17 by design, so patch0009(theposix_spawn_file_actions_addchdir_npguard) remains necessary regardless.__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__gate,-static-libstdc++, theDT_NEEDEDwhitelist) are all CI-gated bypackage-android-aar+test-android-emulator, so any regression surfaces there.linux-arm64-ltsis unused by CI (Linux aarch64 builds natively onubuntu-24.04-arm) — bumped for consistency only.Test plan
20260712-79e54f9confirmed present on Docker Hub for all six images20260515-5fd14acno longer referenced anywhere in the repo (only the 6 pin lines changed; nopublish.yml/docs references)Related issues / PRs
Independent maintenance follow-up (kept separate from the b10154 fixes in #365 so any Android-toolchain surprise is easy to bisect).
Checklist
Generated by Claude Code