Skip to content

fix(buildenv) for failing kernel builds - #259

Merged
marly-edera merged 3 commits into
mainfrom
msalazar/fix-buildenv
Sep 17, 2026
Merged

marly-edera merged 3 commits into
mainfrom
msalazar/fix-buildenv

Conversation

@marly-edera

Copy link
Copy Markdown
Contributor

uv is not installed in the buildenv docker file today, this PR ensures that uv is installed in the image and that it installs the latest (3.14.7) version of python. This ensures that the kernel build process does not fail. In addition, to ensure that the build process does not silently fail as it did before, the common.sh script is updated to ensure that piped output does not hide pipeline failures. We can not use set -o pipefail here, but we can refactor the script to exclude piped output that hides errors from set -e.

Also went ahead and bumped setup-uv to latest while I'm in here.

@marly-edera
marly-edera merged commit eceef32 into main Sep 17, 2026
3 of 9 checks passed
@marly-edera
marly-edera deleted the msalazar/fix-buildenv branch September 17, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants