Bake libsqlite3-dev into every runner image - #392
Merged
Conversation
Release workers have no apt egress, so Drift host tests cannot install SQLite headers at job time. The runtime library was already present; the -dev package and a smoke check make the C API a baked capability.
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.
Why
Release workers use
network_policy: release-allowlistand cannot reach Ubuntu apt. Almaty Drift host tests failed installinglibsqlite3-devat job time (NDDev-it-com/server-nddev-amsterdam#148). The runtime librarylibsqlite3-0is already in the image; the headers are not.Change
libsqlite3-devin every golden-image variantsqlite3.h,libsqlite3.so, andpkg-config sqlite3This does not rebuild or promote live images. After merge, bake and promote as the next image generation, then pin from the estate.