2025-05-28 Nix team meeting minutes #229

Wednesday triage session

Attendees: @edolstra, @roberth, @ericson2314, @xokvidium, @fzakaria (briefly)

Triage

Test failure with SIGSYS when cross buidling to binary-compatible target · Issue #13042 · NixOS/nix · GitHub

Appears to be a problem with running 32-bit x86 on x86_64-linux. This should work, but is possibly host-dependent and seccomp may interfere.

The basic issue is that the code was written assuming cross

Assigned @Ericson2314

`nix-build --rebuild` does not work with remote builders · Issue #10451 · NixOS/nix · GitHub

Temporary build directories not cleaned up because they are not empty · Issue #5207 · NixOS/nix · GitHub

readdir might not support concurrent deletes well, and this might be fs-dependent

Assigned to @edolstra

GitHub · Where software is built

Store `StructuredAttrs` directly in `Derivation` by Ericson2314 · Pull Request #13263 · NixOS/nix · GitHub

Get rid of `addWantedOutputs` by Ericson2314 · Pull Request #13240 · NixOS/nix · GitHub

Ran out of time to review, but @ericson2314 added much more API docs after he found himself writing too much.

2 Likes