| 8 Oct 2023 |
@yuka:yuka.dev | https://github.com/python/cpython/blob/v3.12.0/configure.ac#L978 | 10:16:49 |
@yuka:yuka.dev | there it has gnusf and gnuf32 | 10:17:00 |
@yuka:yuka.dev | starting from python 3.12 | 10:22:41 |
@yuka:yuka.dev | so my point is not what is or is not currently in the configure script, but that the configure script will change over versions, and the cpython/default.nix is used for all versions of python | 10:23:09 |
@yuka:yuka.dev | but I'm somewhat for inverting the logic to only rewrite the pythonAbiName for specific abis and otherwise using the nixpkgs parsed.abi.name | 10:24:03 |
@yuka:yuka.dev | https://github.com/NixOS/nixpkgs/pull/259752 | 11:54:13 |
| 9 Oct 2023 |
Alyssa Ross | hmm, there's no bootstrap tarball for Rust 1.72.1 mips64el-unknown-linux-gnuabi64 | 11:44:12 |
Alyssa Ross | that's not good | 11:44:14 |
Alyssa Ross | because it blocks updating Rust on all platforms | 11:44:25 |
Lotte (it/its)/Cinny (she/her) θΔ& | you could build rust 1.72.1 with 1.72.0 i think i have some derivations for building rust with other rusts somewhere | 11:46:47 |
Alyssa Ross | ideally we'd bootstrap from mrustc, but people don't like it | 11:48:32 |
Alyssa Ross | current policy is not to keep old versions of rust around | 11:48:42 |
Alyssa Ross | aha https://github.com/rust-lang/rust/pull/113274 | 11:51:48 |
Lotte (it/its)/Cinny (she/her) θΔ& | In reply to @qyliss:fairydust.space ideally we'd bootstrap from mrustc, but people don't like it yeah it makes the bootstrap path extremely unpleasant | 11:52:59 |
Lotte (it/its)/Cinny (she/her) θΔ& | tried it out and it took around a day to get it built on just x86 with two pcs which are decently powerful | 11:53:46 |
Lotte (it/its)/Cinny (she/her) θΔ& | tried it out and it took around a day to get rust 1.69 built on just x86 with two pcs which are decently powerful | 11:54:21 |
Lotte (it/its)/Cinny (she/her) θΔ& | imagine that times however often nixos has a mass rebuild lol | 11:54:51 |