| 16 Jan 2024 |
raitobezarius | oh lol I wonder if it works with Nix 2.3 | 03:19:18 |
raitobezarius | this looks like excessive strictness bug again | 03:19:37 |
raitobezarius | can you give me the brightv cpu type ? | 03:20:27 |
raitobezarius | or is it just i386 classical stuff? | 03:20:38 |
raitobezarius | ok I fixed up a lot of stuff on my own with hacks | 03:28:16 |
raitobezarius | I'm now untangling deep expectations of the evaluation entrypoint | 03:28:25 |
raitobezarius | with the legacy system stuff | 03:28:28 |
raitobezarius | ok I have a cursed machinery | 03:32:25 |
raitobezarius | {"attr":"atlassian-crowd.x86_64-linux","attrPath":["atlassian-crowd","x86_64-linux"],"drvPath":"/nix/store/dl92fn91xb0cm9i46r9w99kiipqqrpkz-atlassian-crowd-brightv-unknown-pcat-5.0.1.drv","meta":{"available":false,"broken":false,"description":"Single sign-on and identity management tool","homepage":"https://www.atlassian.com/software/crowd","insecure":false,"license":{"deprecated":false,"free":false,"fullName":"Unfree","redistributable":false,"shortName":"unfree"},"maintainers":[],"name":"atlassian-crowd-5.0.1","outputsToInstall":["out"],"position":"/home/raito/nixpkgs/pkgs/servers/atlassian/crowd.nix:45","unfree":true,"unsupported":false},"name":"atlassian-crowd-brightv-unknown-pcat-5.0.1","outputs":{"out":"/nix/store/hlqc82nc9kj0c3qq39p88afqgw7ihzhw-atlassian-crowd-brightv-unknown-pcat-5.0.1"},"system":"x86_64-linux"} | 03:32:33 |
raitobezarius | this looks good I think | 03:32:35 |
raitobezarius | https://seashells.io/v/U3jjbmWZ | 03:33:02 |
raitobezarius | enjoy | 03:33:03 |
raitobezarius | I don't guarantee I didn't introduce weird edge cases in certain parts of nixpkgs by my horrible hacks | 03:33:29 |
| * raitobezarius now get back to Rust | 03:33:33 |
raitobezarius | oh seems done | 03:35:03 |
raitobezarius | enjoy this 67MB JSONL of evaluation: https://0x0.st/HUFy.bin | 03:35:58 |
raitobezarius | jq -c '. | select(.error == null)' eval.jsonl for post processing seems to give the stuff | 03:39:17 |
raitobezarius | it's almost full of data-only stuff or stuff that you can build on the build machine and output data for | 03:40:40 |
samueldr | I don't think the hacking about should cause issues | 03:45:21 |
samueldr | though taking a peek, looks like it did an x86_64-linux eval | 03:49:34 |
samueldr | I'll get myself a hydra setup to test, it'll be easier | 03:49:43 |
samueldr | I have a fast enough to fail all of those builds machine at hand | 03:49:56 |
raitobezarius | no no | 03:52:18 |
raitobezarius | it cross compiled from x86_64-linux to your platform | 03:52:25 |
raitobezarius | because you don't want a native evaluation | 03:52:30 |
raitobezarius | you want a cross evaluation | 03:52:33 |
raitobezarius | so my localSystem is x86_64-linux | 03:52:37 |
samueldr | plausible | 03:52:41 |
raitobezarius | that's why I had to fiddle with a lot of stuff | 03:52:50 |
raitobezarius | because you don't have a bootstrap on your platform, do you? | 03:52:56 |