murdock-worker/Dockerfile: update git-cache-rs to the latest version#265
Closed
crasbe wants to merge 2 commits into
Closed
murdock-worker/Dockerfile: update git-cache-rs to the latest version#265crasbe wants to merge 2 commits into
crasbe wants to merge 2 commits into
Conversation
Contributor
Author
|
Discovered in RIOT-OS/RIOT#22197 . |
171b804 to
955b071
Compare
Contributor
Author
|
In the latest fixups, I utilized the feature from RIOT-OS/RIOT#21815 to avoid the static test failing because of the Docker container ID mismatch. |
1bdfea7 to
97d5d7e
Compare
Contributor
Author
This is now outsourced into another PR. |
97d5d7e to
efa5c76
Compare
Also add a line to the Dockerfile to remove the old style cache content to save some valuable harddrive space.
efa5c76 to
7ef3d87
Compare
mguetschow
approved these changes
May 11, 2026
Contributor
mguetschow
left a comment
There was a problem hiding this comment.
Looks sensible to me, not tested though due to lacking suitable test environment. Therefore trusting your testing :)
d9a1dce to
de0cea8
Compare
Contributor
Author
|
Integrated into #266. |
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
git-cache-rsversion specified in the Dockerfile is very old and does not seem to work anymore?On my local ThinkPad that acts as a CI worker currently, only
git-cachefiles were present but nogit-cache-rsfolders.This PR just bumps the version of
git-cache-rsto the latest version.Verified to work on my local machine: