CI: Update Mageia distribution and the checkout action - #642
Merged
Conversation
ppisar
marked this pull request as draft
August 10, 2026 16:15
ppisar
force-pushed
the
update_ci_distributions
branch
2 times, most recently
from
August 11, 2026 07:26
63a3525 to
5ec9214
Compare
NodeJS 20 is deprecated by GitHub. actions/checkout@v5 moved to
NodeJS 24.
This failure on OpenMandriva Cooker:
Run actions/checkout@v6
/usr/bin/docker exec a06c66557a313c02d26a9aca9fe924f53e2fd3a4429a093549c5d840bb212b94 sh -c "cat /etc/*release | grep ^ID"
/__e/node24/bin/node: symbol lookup error: /__e/node24/bin/node: undefined symbol: _ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE, version GLIBCXX_3.4.11
seems to be unrelated to how old openmandriva/cooker:latest image is.
The error was there before. The symbol is provided by
/usr/lib64/libstdc++.so.6 from lib64stdc++6-15.2.0-2.x86_64.
Mageia 9 went end of life on 2026-06-28.
ppisar
force-pushed
the
update_ci_distributions
branch
from
August 11, 2026 08:16
5ec9214 to
33baa60
Compare
|
ppisar
marked this pull request as ready for review
August 11, 2026 08:36
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.



Upgrade Upgrade actions/checkout to v6 and Replace Mageia 9 with Mageia 10.
The CI failure in OpenMandriva Cooker is unrelated.