treewide: update to Ubuntu 26.04 LTS Resolute Raccoon 馃 - #286
Draft
crasbe wants to merge 7 commits into
Draft
Conversation
crasbe
commented
Aug 14, 2026
| # get git-cache-rs binary and set the environment variable for | ||
| # the RIOT package subsystem | ||
| COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-jammy /git-cache /usr/bin/git-cache | ||
| COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-ubuntu /git-cache /usr/bin/git-cache |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-ubuntu /git-cache /usr/bin/git-cache | |
| COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-resolute /git-cache /usr/bin/git-cache |
This has to be changed once kaspar030/git-cache-rs#144 is merged.
resolute won't always be ubuntu-latest, in fact only for the next two months.
|
|
||
| # get laze binary | ||
| COPY --from=kaspar030/laze:0.1.20-jammy /laze /usr/bin/laze | ||
| COPY --from=kaspar030/laze:0.1.20-ubuntu /laze /usr/bin/laze |
Contributor
Author
There was a problem hiding this comment.
Suggested change
| COPY --from=kaspar030/laze:0.1.20-ubuntu /laze /usr/bin/laze | |
| COPY --from=kaspar030/laze:0.1.20-resolute /laze /usr/bin/laze |
This has to be changed once kaspar030/laze#902 is merged.
crasbe
force-pushed
the
pr/resolute
branch
2 times, most recently
from
August 14, 2026 13:49
cbfad24 to
e0e1acb
Compare
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.
This PR is currently WIP as it combines the previous PRs #280, #281, #282, #283, #284 and #285 and has to be rebased as they are merged.
This is the replacement for the previous effort in #239.