| 14 Jan 2025 |
liberodark | You are the darwin killer ^^ | 18:21:42 |
| 15 Jan 2025 |
hexa | tensorboard. | 01:03:22 |
hexa | while waiting for the build environment for '/nix/store/ji27lc8qdxvk4cxrgdvyxm8pyl3psy77-servo-0-unstable-2025-01-14.drv' to initialize (failed with exit code 1, previous messages: sandbox initialization failed: data object length 65601 exceeds maximum (65535)|failed to configure sandbox: data object length 65601 exceeds maximum (65535))
| 01:10:57 |
hexa | okay.gif | 01:11:09 |
emily | known limitation of the sandboxing API that AFAIK nobody knows a good way to work around (other than making it less granular) :( | 01:12:22 |
hexa | --option sandbox false/relaxed yield the same issue | 01:13:11 |
hexa | * --option sandbox false/relaxed yield the same issue | 01:13:17 |
emily | weird. they definitely shouldn't | 01:14:29 |
emily | if it's nixpkgs-review you need --build-args or something | 01:14:42 |
hexa | no, plain nix-build | 01:14:53 |
hexa | https://github.com/NixOS/nixpkgs/pull/373903 | 01:16:34 |
emily | ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit ]; can be dropped entirely fwiw (it has no effect on the build) | 01:17:36 |
emily | not sure why you'd get sandbox size issues even with the sandbox off though | 01:17:43 |
hexa | are you getting it as well? 😄 | 01:20:37 |
hexa | ok, so --option sandbox does not seem to propagate to the remote builder | 01:24:59 |
hexa | it works when passing it on the remote builder itself | 01:25:12 |