| 13 May 2026 |
vcunat | Channel-update scripts only come to play after merging staging-next to master. | 16:50:38 |
hexa | Redacted or Malformed Event | 16:50:38 |
emily | right. well, I wanted to get the drop in early in the release cycle to avoid wasting a bunch of compute, but just need a couple days to rebase and finish the necessary clean-ups | 16:50:48 |
vcunat | But that's too late, as we have all binaries at that point. | 16:50:49 |
emily | I mean actual updateScripts | 16:50:55 |
hexa | both 26.05 and 26.11 will be topped up with fixes at that point | 16:50:56 |
emily | many of them will break if x86_64-darwin goes | 16:51:02 |
emily | I have commits to fix them but they need tidying up and sending out | 16:51:09 |
emily | non-urgent but I'd prefer to not rush to land stuff with known regressions just for one cycle's difference | 16:51:22 |
hexa | but we can stop stdenv builds on staging already | 16:51:25 |
emily | as in staging rather than staging-next? | 16:51:37 |
hexa | because the next staging-next will be near eom at the earliest | 16:51:41 |
emily | ah okay | 16:51:53 |
emily | sorry I misunderstood "current staging" | 16:51:59 |
emily | (as meaning the current -next cycle wouldn't hit 26.05) | 16:52:14 |
hexa | it does hit 26.05 | 16:52:26 |
emily | turning it off in the staging config now sounds totally fine to me yes | 16:52:28 |
emily | and with ~3d notice before the first 26.11 -next I can have everything for the drop prepared | 16:52:48 |
vcunat | Well, I can add override on Hydra side to the list of platforms provided by nixpkgs, but maybe... we'd better just change the list on nixpkgs side? (on the staging branch) | 16:53:36 |
hexa | preparing that change for staging right now | 16:53:47 |
hexa | I'd rather not do it on hydra | 16:54:21 |
vcunat | And doing that... you can pull it out of the big jobset as well in the same way. | 16:54:26 |
hexa | doing it on staging will make it trickle through the branches organically | 16:54:35 |
emily | I already have a PR for that | 16:54:40 |
emily | my open PRs PRs cover the general release files, CI, etc. | 16:54:47 |
hexa | diff --git a/pkgs/top-level/release-supported-systems.json b/pkgs/top-level/release-supported-systems.json
index 44c18f1abf0e..c8dd96072651 100644
--- a/pkgs/top-level/release-supported-systems.json
+++ b/pkgs/top-level/release-supported-systems.json
@@ -2,5 +2,4 @@
"aarch64-linux",
"aarch64-darwin",
"x86_64-linux",
- "x86_64-darwin"
]
| 16:54:56 |
hexa | I want that in staging asap | 16:55:00 |
emily | but I need to do channel scripts and fix more regressions/fallout from dropping it | 16:55:00 |
hexa | if you have it | 16:55:04 |
emily | I would really prefer to land it once it won't break everything | 16:55:19 |