| 4 Oct 2025 |
Grimmauld (any/all) | * tbh i had the merge reproduced and checked locally, so before coordinating more people with this farce, just hitting the button was easier | 15:18:48 |
Grimmauld (any/all) | but yeah no, next time should be once you have commit bit | 15:19:13 |
dramforever | maybe we can make the bot open a pr when automerge fails | 15:19:33 |
dramforever | or pester github (and other competing git forges as well) to implement showing combined diffs | 15:20:42 |
Grimmauld (any/all) | tbh its the same 5-10 people that always run staging, and basically all (except you) are committers | 15:20:57 |
Grimmauld (any/all) | its rare anyone not Alyssa, k900, emily, hexa or vcunat do these merges at all | 15:21:24 |
dramforever | i know why now | 15:21:56 |
hexa | emily, you know, the one from the council of emilys | 15:22:18 |
hexa | * <dl>emily, you know, the one from the council of emilys | 15:22:38 |
hexa | * emily, you know, the one from the council of emilys | 15:22:41 |
Grimmauld (any/all) | i meant emilazy, ungoogled chromium doesn't go to staging | 15:22:46 |
Grimmauld (any/all) | :P | 15:22:54 |
Winter | emily 1, emily 2, emily 3, emily N… | 15:23:22 |
Grimmauld (any/all) | and don't get me wrong, i would love dram on the team of people helping out with staging. I know why i nominated them in the committer request issue... But we'll first have to wait for committer delegation. | 15:24:07 |
Lun | Is there an easy way to try out stdenvBootstrapTools.x86_64-apple-darwin.test on a linux host | 15:24:13 |
K900 | No | 15:24:28 |
K900 | But I can throw it on the community builder for you if you want | 15:24:34 |
K900 | (and give me a diff) | 15:24:39 |
hexa | or you'll get an account on said communtiy builder yourself | 15:25:04 |
dramforever | i have one, if only github will load for me | 15:25:05 |
Lun | https://github.com/NixOS/nixpkgs/pull/448523 | 15:25:12 |
dramforever | yeah that | 15:25:24 |
Lun | Was going to try out yours yeah | 15:25:26 |
Lun | I see you already requested access to test it too https://github.com/nix-community/infra/pull/1992 | 15:26:10 |
Grimmauld (any/all) | nix-build pkgs/top-level/release.nix --attr stdenvBootstrapTools.x86_64-apple-darwin.test is a thing you can do even from linux, but its probably not super helpful | 15:26:22 |
dramforever | also need the darwin stdenv folks to take a look before they grab the llvm >= 21 tarball next time | 15:26:26 |
Grimmauld (any/all) | It'll just complain Failed to find a machine for remote build! | 15:26:35 |
dramforever | you kid but it was actually useful | 15:27:56 |
dramforever | $ nix build --dry-run -f pkgs/top-level/release.nix stdenvBootstrapTools.arm64-apple-darwin.test
these 7 derivations will be built:
/nix/store/a53cvmhr0wga0lly6vmvw2ai1jbl7mdw-bootstrap-tools-unpack.sh.drv
/nix/store/i5axq68my0x1sf8fcilhhnv4h8nvg2f6-coreutils-9.7.drv
/nix/store/zzmvvh3vxl9m1hgbyji2pkx44gv0vp45-curl-8.16.0.drv
/nix/store/87l20bcdhl7yblskjvbb4lscinn5ywmh-stdenv-bootstrap-tools.drv
/nix/store/1ds233fwk9alw3v8gfawy3w31qq8hz6f-unpack.drv
/nix/store/hjvgr6zjlqrh5pjd58jlja6xs2rr2vqs-bootstrap-tools.drv
/nix/store/72mins8wkhgmjmngkgai3vprw5jbvpkn-test-bootstrap-tools.drv
these 24 paths will be fetched (165.65 MiB download, 1311.60 MiB unpacked):
[...]
| 15:28:03 |
dramforever | this tells me it's not going to fail at building llvm now | 15:28:10 |