Nixpkgs Stdenv | 225 Members | |
| 72 Servers |
| Sender | Message | Time |
|---|---|---|
| 26 May 2025 | ||
| https://github.com/emilazy/nixpkgs/commits/push-vsxoyyworlsz is including the Darwin kernel versions. IIRC I ran into issues with this that made me postpone it to post-release but I forget where. https://github.com/emilazy/nixpkgs/commits/push-rkpovppmolzv is using you probably know this, but for | 12:19:03 | |
we might want something in the kernel struct for if isMacOS then "darwin" else parsed.kernel.name since it seems to come up a lot, but OTOH a lot of those instances already have other special cases that I just extended, so maybe it'd be better to have go.* and node.* and stuff like we have rust.*… | 12:20:39 | |
| gcc does not require copyright assignment: https://gcc.gnu.org/dco.html | 12:49:35 | |
In reply to @emilazy:matrix.orgI know not everyone is available for calls which is why I made a doc. I think a mixture of async + sync is good. We can all be on the same page with the design doc while some of us are doing a call to pair up and blaze through things. | 20:42:22 | |
In reply to @trofi:matrix.orgAn LLVM only bootstrap would take a lot of work that I'd be comfortable with after we have toolchain attrs | 20:50:44 | |
| It would certainly be easier | 20:51:34 | |
| Unless we drop GCC although, I think the GCC split up is something we need to do either way | 20:55:01 | |
| Yeah, but I don't think we can drop GCC. | 21:04:07 | |
| I consider it part of the "defacto standard Linux environment" | 21:04:27 | |
| tbf, fhs-compliance is also part of the de-facto standard... | 21:04:57 | |
| Kinda like GNU coreutils | 21:05:01 | |
| nothing that can't be fixed given enough patches | 21:05:08 | |
In reply to @grimmauld:grapevine.grimmauld.deWell, we're exempt from that | 21:05:13 | |
| i quite enjoy building the same thing with different toolchains - it shows where the flaky parts are, where assumptions are being made that might not hold | 21:06:11 | |
| not having gcc would be fancy. | 21:06:24 | |
| would be nice not to have a cross-only llvm | 21:06:41 | |
| but having an llvm-only bootstrap would be a good test if it's easy to make a componentized-gcc bootstrap | 21:07:09 | |
| (i think it's very much not easy, but you already know that) | 21:07:33 | |
| Yeah | 21:08:44 | |
| I've already been looking into things to make it possible | 21:08:54 | |
| One of the reasons why I've been working on fixing up pkgsLLVM | 21:09:11 | |
| More things that work there, the better they'll work natively | 21:09:24 | |
| Plus, I'll run native LLVM once it's possible | 21:09:35 | |
| Rebuild the world on Ampere with 128 cores. | 21:09:50 | |
| before i do that i want proper tooling to not do world rebuilds whenever i poke at some low-level dep... | 21:10:30 | |
| i suppose thatn is on nix, not stdenv... | 21:10:45 | |
| Yeah, nix does not give you an easy way to graft a low-level dependency. | 21:11:48 | |
In reply to @rosscomputerguy:matrix.orgI'm not sure how we're meant to work together as a team when IIRC every single other member present agreed that sync calls don't suit their availability... if the vast majority of the team can't make the calls then we can't make collective decisions on them as a team, so either it won't actually be able to move design/decisions forward or it'll just be pushing things through without consensus. | 21:22:01 | |
| even if we had the collective availability for it it's very hard to schedule sync calls across a distributed international team on a regular basis unless there's consistent availability at specific times | 21:22:45 | |
| which is not really realistic when we are all working as volunteers and have communicated the constraints on our time and how we can best collaborate effectively under them... | 21:23:15 | |