docker: bump tuxmake to 1.44.0 - #3178
Merged
Merged
Conversation
Update the pinned tuxmake version in the kernelci docker fragment from 1.38.0 to 1.44.0. Notable changes for the builders: - reproducer.sh is now written to the output directory, so it is picked up and uploaded along with the other build artifacts - metadata.json is written early, so it survives a hard kill - the compiler version is logged at the start of build.log - arm was renamed to armhf and armv5 to armel; the old names are kept as aliases and armhf.ini is unchanged from the old arm.ini, so the arch=arm jobs are unaffected - gcc-16, korg-gcc-16 and korg-clang-23 toolchains were added Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
Contributor
|
Since tuxmake now adds the compiler version into the build.log can we drop this commit 6ad0e70 ("kbuild: preserve tuxmake metadata as tuxmake_metadata.json") ? |
Contributor
|
ba64058 ("kbuild: initialise rpmdb before tuxmake build") should probably be moved into the config/docker/fragment/kernelci.jinja2 and only generated once, and not every time we do a build. |
This was referenced Aug 6, 2026
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.
Update the pinned tuxmake version in the kernelci docker fragment from 1.38.0 to 1.44.0.
Notable changes for the builders: