initial Resolute Raccoon stemcell support#391
Open
mkocher wants to merge 1 commit into
Open
Conversation
9 tasks
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.
PoC changes to make this release work on a Resolute Raccoon stemcell. Blobs will need to be added to the blobstore by the maintainers.
AI Slop Summary of Changes:
Fix garden-runc-release compilation on Resolute Raccoon (Ubuntu 26.04)
Summary
Resolute Raccoon ships GCC 14/15, CMake 4.2, defaults to C23, and removes
pkg-configin favor ofpkgconf. These changes break compilation ofseveral packages in garden-runc-release. This PR fixes all of them while
maintaining backward compatibility with Jammy.
Changes
pkg-configwithpkgconf— delete the oldpkg-configpackage, add a new
pkgconfpackage with apkg-configsymlink, updateall 6 dependent packages (
iptables,lzo,runc,util-linux,xfs-progs,zlib)inihanduserspace-rcupackages — new required dependenciesfor xfsprogs 6.x
inihanduserspace-rcuas static-only to avoid runtimeshared-library resolution failures when
grootfscallsmkfs.xfsmkfs.xfsto disablenrext64,exchange, andparentfeatures that require kernels newer than our targets (Jammy 5.15,
bosh-lite 6.8)
tinibuild with-DCMAKE_POLICY_VERSION_MINIMUM=3.5forCMake 4.2
nstar.c— replace<linux/fcntl.h>with<fcntl.h>plusAT_EMPTY_PATHfallback for cross-version compatibility (in guardiansubmodule)
variable references under
set -u)Note: The
nstar.cfix is in thesrc/guardiansubmodule. Thesubmodule reference must be updated to include this commit.