Pin CI base image to ubuntu 24.04#1159
Merged
Merged
Conversation
ubuntu:latest rolled to 26.04, whose newer glibc broke the no-sysroot LLVM toolchain's link step in the foreign_cc make bootstrap.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
1d4-web | 2fe3ace | Commit Preview URL Branch Preview URL |
Jun 02 2026, 12:29 AM |
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.
ubuntu:latest rolled to 26.04. The scheduled CI image rebuild baked in the newer glibc, which broke the no-sysroot LLVM toolchain's link step during the foreign_cc GNU Make bootstrap ("C compiler cannot create executables") on full builds.
Pin the base image to 24.04 (the release in use when the last full build passed) to restore a stable host C runtime. Merging republishes ci-base:latest from 24.04.