| 4 Oct 2025 |
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 |
Grimmauld (any/all) | XD | 15:28:16 |
Grimmauld (any/all) | fair enough | 15:28:23 |
dramforever | although it does mean i've renamed it to arm64-apple-darwin | 15:29:11 |
hexa | ❯ build-x86_64-darwin pkgs/top-level/release.nix --attr stdenvBootstrapTools.x86_64-apple-darwin.test -j0
this derivation will be built:
/nix/store/a5l8zvrwybx0m0g7y952kdvcl6iri816-test-bootstrap-tools.drv
test-bootstrap-tools-x86_64-darwin> building '/nix/store/a5l8zvrwybx0m0g7y952kdvcl6iri816-test-bootstrap-tools.drv' on 'ssh://hexa@darwin-build-box.nix-community.org'
test-bootstrap-tools-x86_64-darwin> copying path '/nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools' from 'https://cache.nixos.org'...
copying 0 paths
test-bootstrap-tools-x86_64-darwin> bzip2, a block-sorting file compressor. Version 1.0.8, 13-Jul-2019.
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> Copyright (C) 1996-2019 by Julian Seward.
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> This program is free software; you can redistribute it and/or modify
test-bootstrap-tools-x86_64-darwin> it under the terms set out in the LICENSE file, which is included
test-bootstrap-tools-x86_64-darwin> in the bzip2 source distribution.
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> This program is distributed in the hope that it will be useful,
test-bootstrap-tools-x86_64-darwin> but WITHOUT ANY WARRANTY; without even the implied warranty of
test-bootstrap-tools-x86_64-darwin> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
test-bootstrap-tools-x86_64-darwin> LICENSE file for more details.
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> bzip2, a block-sorting file compressor. Version 1.0.8, 13-Jul-2019.
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> usage: bunzip2 [flags and input files in any order]
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> -h --help print this message
test-bootstrap-tools-x86_64-darwin> -d --decompress force decompression
test-bootstrap-tools-x86_64-darwin> -z --compress force compression
test-bootstrap-tools-x86_64-darwin> -k --keep keep (don't delete) input files
test-bootstrap-tools-x86_64-darwin> -f --force overwrite existing output files
test-bootstrap-tools-x86_64-darwin> -t --test test compressed file integrity
test-bootstrap-tools-x86_64-darwin> -c --stdout output to standard out
test-bootstrap-tools-x86_64-darwin> -q --quiet suppress noncritical error messages
test-bootstrap-tools-x86_64-darwin> -v --verbose be verbose (a 2nd -v gives more)
test-bootstrap-tools-x86_64-darwin> -L --license display software version & license
test-bootstrap-tools-x86_64-darwin> -V --version display software version & license
test-bootstrap-tools-x86_64-darwin> -s --small use less memory (at most 2500k)
test-bootstrap-tools-x86_64-darwin> -1 .. -9 set block size to 100k .. 900k
test-bootstrap-tools-x86_64-darwin> --fast alias for -1
test-bootstrap-tools-x86_64-darwin> --best alias for -9
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> If invoked as `bzip2', default action is to compress.
test-bootstrap-tools-x86_64-darwin> as `bunzip2', default action is to decompress.
test-bootstrap-tools-x86_64-darwin> as `bzcat', default action is to decompress to stdout.
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> If no file names are given, bzip2 compresses or decompresses
test-bootstrap-tools-x86_64-darwin> from standard input to standard output. You can combine
test-bootstrap-tools-x86_64-darwin> short flags, so `-v -4' means the same as -v4 or -4v, &c.
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> codesign
test-bootstrap-tools-x86_64-darwin> Usage: codesign [OPTIONS] [files...]
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> Positionals:
test-bootstrap-tools-x86_64-darwin> files TEXT ... Files to sign
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> Options:
test-bootstrap-tools-x86_64-darwin> -h,--help Print this help message and exit
test-bootstrap-tools-x86_64-darwin> -s,--sign TEXT REQUIRED Code signing identity
test-bootstrap-tools-x86_64-darwin> -i,--identifier TEXT File identifier
test-bootstrap-tools-x86_64-darwin> -f,--force Replace any existing signatures
test-bootstrap-tools-x86_64-darwin> --entitlements TEXT Entitlements plist
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> @(#)PROGRAM:ld PROJECT:ld64-954.16
test-bootstrap-tools-x86_64-darwin> BUILD 00:00:00 Jan 1 1980
test-bootstrap-tools-x86_64-darwin> configured to support archs: i386 x86_64 x86_64h armv6 armv7 armv7s armv7m armv7k arm64 arm64e arm64_32
test-bootstrap-tools-x86_64-darwin> TAPI support using: TAPI version 1600.0.11.8
test-bootstrap-tools-x86_64-darwin> Non-fat file: true is architecture: x86_64
test-bootstrap-tools-x86_64-darwin> pbzx v1.0.2
test-bootstrap-tools-x86_64-darwin> sigtool
test-bootstrap-tools-x86_64-darwin> Usage: sigtool [OPTIONS] SUBCOMMAND
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> Options:
test-bootstrap-tools-x86_64-darwin> -h,--help Print this help message and exit
test-bootstrap-tools-x86_64-darwin> -f,--file TEXT REQUIRED Mach-O target file
test-bootstrap-tools-x86_64-darwin> -i,--identifier TEXT File identifier
test-bootstrap-tools-x86_64-darwin> -e,--entitlements TEXT Entitlements plist
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> Subcommands:
test-bootstrap-tools-x86_64-darwin> check-requires-signature Determine if this is a macho file that must be signed
test-bootstrap-tools-x86_64-darwin> size Determine size of embedded signature
test-bootstrap-tools-x86_64-darwin> generate Generate an embedded signature and emit on stdout
test-bootstrap-tools-x86_64-darwin> inject Generate and inject embedded signature
test-bootstrap-tools-x86_64-darwin> show-arch Show architecture
test-bootstrap-tools-x86_64-darwin>
test-bootstrap-tools-x86_64-darwin> curl 8.16.0 (x86_64-apple-darwin24.6.0) libcurl/8.16.0 OpenSSL/3.5.2 zlib/1.3.1
test-bootstrap-tools-x86_64-darwin> Features: alt-svc AsynchDNS HSTS HTTPS-proxy IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets
test-bootstrap-tools-x86_64-darwin> clang: error: unknown argument '--resource-dir=/nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/lib/clang/21'; did you mean '-resource-dir=/nix/store/pykdcvv5v3rv4h62gnxmqgdhimyv7y9x-bootstrap-tools/lib/clang/21'?
| 15:36:04 |
dramforever | damn it | 15:36:23 |