-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump CI dockerfile version to 0.5.18 #10619
Bump CI dockerfile version to 0.5.18 #10619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine, but what is "rg" in the commit message? Is that "ripgrep"? And what is "sd"?
It might be better to use "git sed" for this sort of thing, at least in terms of things people can easily reproduce as needed....
PR #10619: Size comparison from 5987dab to d1719d4 2 builds
30 builds
|
Thought it would be somewhat obvious what it does even if commands are not as common. I am using some rust binutils: https://github.com/behnam/rust-ripgrep would it be sufficient to say 'replaced 0.5.15 with 0.5.17 using CLI script' without saying what commands I actually used? |
I think saying the actual commands is better; just if they're not commands that are normally present on a typical unixy system (including "git sed", which comes from the git-extras package) it's worth pointing to where the commands come from. |
Replacing it with:
|
Saw that PR seems to include a line of |
find out why 0.5.16 image update fails to build mbedos binariesconnectedhomeip/.github/workflows/examples-mbed.yaml Lines 43 to 46 in 4b90e10
This comment was generated by todo based on a
|
I rolled back the mbedos moving to the latest docker image. I kept that one pinned to 0.5.15 for now. |
PR #10619: Size comparison from 4f389d5 to 299fd75 16 builds
6 builds
12 builds
|
Updated to 0.5.18 since that fixes mbedOS as well. |
PR #10619: Size comparison from 83dfc06 to 918c66f 8 builds (for k32w, p6, qpg, telink)
14 builds (for efr32, linux, mbed)
2 builds (for esp32)
10 builds (for nrfconnect)
|
* Update used docker version to latest * Roll back mbedos docker image usage * Update to 0.5.18 since that fixes mbedOS
Problem
Docker image was updated, moving the CI builds (and vscode) to latest version, which will include new platforms (AmebaD in this case).
Change overview
Basically:
(except I used the more comprehensive command to makse sure we do not have other paths somewhere else with this version)
Testing
CI will validate this.