| 24 May 2021 |
| baughn left the room. | 15:35:40 |
Stéphan | Is there documentation somewhere on how the Hydra x86_64-darwin machines are set up? They run Catalina, right? | 18:11:51 |
toonn | There's this, not sure whether it's outdated, https://github.com/NixOS/nixos-foundation/issues/5 | 18:36:34 |
toonn | Doesn't mention the system. | 18:37:47 |
toonn | Stdenv is built for 10.12 though. | 18:38:01 |
LnL | they're running either 10.14 or 10.15 don't remember exactly what the last bump was | 18:39:40 |
LnL | the stdenv is indeed still 10.12 compatible, the host system shouldn't really matter | 18:41:04 |
andi- | Wasn't someone working on upgrades to the stdenv lately? I thought I read something in the Darwin posts on discourse. | 18:50:20 |
andi- | Indeed here it was: https://discourse.nixos.org/t/nix-macos-monthly/12330
Upgrade to 10.13 | 18:51:19 |
toonn | That'd be me. | 18:51:39 |
andi- | Two different avatars /o\ | 18:52:08 |
toonn | Whoops, remnant from easter. All up to snuff again! | 18:54:50 |
Stéphan | Ah, thanks for the pointers. I want to try debug the sdl-config hangs on Hydra, not seeing them locally. Think I'll just try get a Catalina VM up and find the minimal steps to install nix and run that build. | 19:14:35 |
LnL | I vaguely recall those had issues when building on a host without a user logged in at some point | 19:17:14 |
ris_ | i'm seeing very strange sandbox behaviour on macos. it seems to enable and disable itself almost at random. | 19:38:44 |
ris_ | oh - ah - wait i think i might have it | 19:39:38 |
| Jassuko joined the room. | 21:41:22 |
| 25 May 2021 |
| pasukon joined the room. | 02:48:37 |
Stéphan | In reply to @skochen:matrix.org Is there documentation somewhere on how the Hydra x86_64-darwin machines are set up? They run Catalina, right? Found this: https://github.com/NixOS/nixos-org-configurations/tree/master/macs 🙂 | 09:24:15 |
toonn | Hmm, looks like Catalina was at least tried on one of the minis? | 09:34:46 |
toonn | But notes.md kinda suggests they run High Sierra. | 09:35:04 |
toonn | Not sure how up to date that is though. | 09:35:11 |
toonn | May be a good question for #infrastructure? | 09:36:29 |
Stéphan | Yeah, looks like mac1 is the guinea pig: https://github.com/NixOS/nixos-org-configurations/commit/cba415926154cb54c96697a6c8ce139524c9c70e#diff-ef9e07fed52a6b5e51f7cdbb55fb09c5f0665c3f26547bdfdf17cd108731575a | 09:41:14 |
Stéphan | * Yeah, looks like mac1 is the guinea pig: https://github.com/NixOS/nixos-org-configurations/commit/cba415926154cb54c96697a6c8ce139524c9c70e | 09:41:18 |
Stéphan | That one is also broken on Hydra I think, giving host key errors | 09:41:48 |
Stéphan | Oh well. Almost finished a Catalina VM locally, so will try that first. 🤷♂️ | 09:42:26 |
Stéphan | In reply to @daiderd:matrix.org I vaguely recall those had issues when building on a host without a user logged in at some point Yup, that's it 🙄 | 11:15:42 |
Stéphan | It's silly, because it's really just a simple conftest hanging, that doesn't even do much, just some string manipulation. But it includes SDL.h, and I'm guessing that magically pulls in SDL_main. | 11:17:12 |
LnL | yeah, from what I recall something in conftest is blocking on the gui, which isn't running | 11:19:36 |