CI: Fix update-dmd-rewrite workflow#5191
Merged
Merged
Conversation
The GHA Ubuntu 22 image apparently has a too recent git; we need git v2.34 to get the correct/existing hashes for the rewritten commits. So run in a vanilla Ubuntu 22 container instead.
kinke
force-pushed
the
fix_scheduled_update-dmd-rewrite
branch
from
July 17, 2026 18:32
b59e440 to
c06cdcd
Compare
Member
Author
|
Alright - a manual run has worked, updating Just need to check whether the scheduled runs at midnight work too. |
kinke
marked this pull request as ready for review
July 17, 2026 18:38
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.
The GHA Ubuntu 22 image apparently has a too recent git; we need git v2.34 to get the correct/existing hashes for the rewritten commits.
So run in a vanilla Ubuntu 22 container instead.