Skip to content

Commit 89e16d3

Browse files
author
Release Manager
committed
gh-40157: Add back ubuntu-noble-standard to ci-linux Fixes #40120 — I believe. As explained there, the root cause is that `ci-linux.yml` no longer build from scratch on `ubuntu-noble-standard` to generate the base docker image for the incremental builds to base on. In any case this appears to be harmless enough. From some [testing](https://github.com/user202729/sage/actions/workflows/ci- linux.yml) this works _some_ of the time (the debug statements are harmless)… which is not great, but the **current** `standard` runs aren't completely reliable either. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #40157 Reported by: user202729 Reviewer(s): Travis Scrimshaw
2 parents 5ea8db2 + 1d4b896 commit 89e16d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
[
2121
"ubuntu-focal",
2222
"ubuntu-jammy",
23+
"ubuntu-noble",
2324
"debian-bullseye",
2425
"debian-bookworm",
2526
"fedora-40",

0 commit comments

Comments
 (0)