| 25 May 2021 |
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 |
LnL | but a I thought somebody found a workaround | 11:20:33 |
Stéphan | I can only find a workaround in SDL itself, but not sdl-config used elsewhere. But I'll keep looking | 11:26:52 |
Stéphan | Derp, that same fix works for every SDL 1 package apparently. Stared at things a bit too long. :) | 12:34:56 |
Stéphan | Basically just pass --disable-sdltest to configure for SDL1 | 12:35:12 |
Stéphan | * Basically just pass --disable-sdltest to configure for SDL1 packages | 12:35:24 |
| frogamic joined the room. | 13:16:26 |
| binaryoctopus joined the room. | 15:42:07 |
| atemu12 joined the room. | 15:46:44 |
| meet joined the room. | 16:07:13 |
toonn | Is there any policy/guideline around updating swift-corelibs? | 16:31:18 |
LnL | You can kind of correlate it's releases to versions mentioned on opensource.apple.com | 16:42:03 |
toonn | By date? | 16:43:10 |
LnL | but since this is one of the things we can completely build from source the exact version probably matters a lot less | 16:43:33 |
toonn | Can I just go with most recent release? : ) | 16:44:11 |
LnL | I meant the releases | 16:45:07 |
LnL | oh, CF is just gone from the list for newer releases | 16:47:10 |
LnL | https://opensource.apple.com/release/macos-10126.html | 16:47:25 |
LnL | That CF-1349.80 (coming soon!) number could be found as a release number back then IIRC | 16:48:16 |
LnL | our current build returns 1454.90.0 while eg. Catalina has 1677.201.0 but we also just write a random version based on guessing | 17:00:39 |
toonn | Ah, I meant version of swift-corelibs though, like swift-5.4-RELEASE. | 17:07:55 |