| 26 May 2021 |
thefloweringash | it's in master! | 15:19:09 |
Finn Behrens | Hope ghc has support for arm soon. Don't like that I can't compile exa without a great amount of work | 15:20:02 |
andi- | thefloweringash: do you mind popping into #infrastructure:nixos.org? I asked Rob if the builders there are also panicing. Would be good to figure that out but my Mac foo is too weak :D | 15:21:36 |
Finn Behrens | In reply to @kloenk:petabyte.dev nice, just have to get it into nix, as the use an own version of lowdown :-) Sadly still seeing this:
GEN doc/manual/nix-build.1
lowdown: sandbox_init: Operation not permitted
lowdown: sandbox_init: Operation not permitted
| 15:23:15 |
sterni (he/him) | In reply to @kloenk:petabyte.dev Hope ghc has support for arm soon. Don't like that I can't compile exa without a great amount of work it does? you just need to make sure it has llvm available | 15:26:00 |
sterni (he/him) | someone should just add aarch64-darwin to platforms for ghc and see how it goes I guess | 15:26:18 |
sterni (he/him) | aarch64-linux is working perfectly fine | 15:26:25 |
Finn Behrens | oh? last time I checked the website of ghc the said the are still building some fancy new shit | 15:26:52 |
Finn Behrens | Never really learned haskell myself though | 15:27:02 |
Finn Behrens | thefloweringash: how was this tool you have written named? The one to sign nix pathes in a reproducible way. I looked in my DiagnosticReports folder and so quite a lot crash files | 15:28:05 |
sterni (he/him) | Finn Behrens: https://hydra.nixos.org/eval/1673050?filter=aarch64&compare=1672940&full=#tabs-still-succeed :) | 15:28:13 |
Finn Behrens | * thefloweringash: how was this tool you have written named? The one to sign nix pathes in a reproducible way. I looked in my DiagnosticReports folder and saw quite a lot crash files | 15:28:22 |
thefloweringash | I think it'll show up as "sigtool" | 15:28:42 |
Finn Behrens | In reply to @sternenseemann:systemli.org Finn Behrens: https://hydra.nixos.org/eval/1673050?filter=aarch64&compare=1672940&full=#tabs-still-succeed :) Looks good. Will try to fix my nix, and that maybe I can build exa. yay | 15:29:01 |
Finn Behrens | In reply to @thefloweringash:matrix.org I think it'll show up as "sigtool" yeah, have like 6 files from it in that folder | 15:29:17 |
sterni (he/him) | you probably need to mess with a bunch of files for it to allow aarch64-darwin though | 15:29:33 |
sterni (he/him) | or set allowUnsupported | 15:29:38 |
Finn Behrens | In reply to @sternenseemann:systemli.org you probably need to mess with a bunch of files for it to allow aarch64-darwin though as long as it work, messing with files and than creating a pr would be a preferable way for me :-) | 15:30:06 |
Finn Behrens | In reply to @sternenseemann:systemli.org Finn Behrens: https://hydra.nixos.org/eval/1673050?filter=aarch64&compare=1672940&full=#tabs-still-succeed :) oh, it's all linux? missed that as I looked over it some seconds ago | 15:31:30 |
sterni (he/him) | yeah | 15:31:37 |
sterni (he/him) | no one working on haskell has any aarch64-darwin hardware | 15:31:49 |
Finn Behrens | Doesnt help me that much on xnu :-) | 15:31:52 |
sterni (he/him) | well I guess it just takes someone to get it working initially | 15:32:16 |
Finn Behrens | In reply to @sternenseemann:systemli.org no one working on haskell has any aarch64-darwin hardware I think I read of one person, rewriting codegen for better support under aarch64-darwin | 15:32:23 |
sterni (he/him) | then we can enable aarch64-darwin hydra builders possibly | 15:32:26 |
sterni (he/him) | etc. | 15:32:27 |
sterni (he/him) | codegen of what? | 15:32:39 |
Finn Behrens | not sure how haskell is working, so the thingy ghc is outputing | 15:33:32 |
thefloweringash | In reply to @sternenseemann:systemli.org no one working on haskell has any aarch64-darwin hardware that's definitely not true | 15:33:42 |
sterni (he/him) | I meant “official” haskell maintainers :p | 15:35:16 |