00:35
kjp left
00:37
kjp joined
06:16
[Coke] left
06:21
[Coke] joined
18:23
TempIRCLogger joined,
TempIRCLogger left
|
|||
Geth | MoarVM: MasterDuke17++ created pull request #1889: Add an Ubuntu ARM64 runner to CI |
18:41 | |
lizmat | timo: re what was that, 5 hours of running it on repeat, no repro | 19:00 | |
I get the impression sometimes that to trigger these problems, you need some random other process doing stuff as well | 19:01 | ||
to change timings | |||
timo | i'm running a test_jobs=8 make test now, would you expect that to help? | 19:10 | |
8 cores on this machine | 19:11 | ||
lizmat | yeah, something like that :-) | 19:12 | |
timo | hm, where did MasterDuke find support for arm on azure pipelines? i can't seem to find anything on a quick google search | 19:53 | |
there is something else called ARM but it's some acronym starting with "azure" so that's not what this is | 19:54 | ||
coleman | Can you select some azure "instance type"? Running on arm might mean setting some arm type as a param. Probably with a long and funky identifier. | 20:01 | |
ugexe | learn.microsoft.com/en-us/azure/de...171-update | 20:34 | |
"Azure Pipelines introduces support for Linux/ARM64" | 20:35 | ||
timo | > You can now run your self-hosted agents on Linux/ARM64. We added Linux/ARM64 to the list of supported platforms for the Azure Pipelines agent. | 20:36 | |
so that will only help us if we host our own arm64 machine to run the azure pipelines program on it | 20:37 | ||
21:39
sena_kun joined
22:33
sena_kun left
23:13
MasterDuke joined
|
|||
MasterDuke | bumping libuv to 1.50.0 fails to build | 23:14 | |
on both arm and x86 | |||
3rdparty/libuv/src/unix/udp.c: In function ‘uv__udp_sendmsg’: | 23:15 | ||
3rdparty/libuv/src/unix/udp.c:1351:10: error: ISO C90 forbids array ‘addrs’ whose size cannot be evaluated [-Werror=vla] | |||
1351 | struct sockaddr* addrs[N]; | |||
github.com/MoarVM/MoarVM/commit/e6...4f94443c7f | 23:18 | ||
[Coke] | OOH IT ME | 23:20 | |
ugexe | wasn't udp sendmsg related recently added to moarvm? | 23:23 | |
actually i think i'm thinking of libuv itself | 23:26 | ||
MasterDuke | it looks like the code was recently modified | ||
we unconditionally disable VLAs because they don't compile under windows, but that's the unix code in libuv, so it does build if i remove `-Werror=vla` | 23:28 | ||
there's probably some way to enable them for just that file | 23:29 | ||
github.com/libuv/libuv/blob/v1.x/ChangeLog looks like there might be a couple things timo might be interested in for 1.50 | 23:31 | ||
Geth | MoarVM: MasterDuke17++ created pull request #1890: Bump mimalloc to v2.1.9 |
23:40 | |
MasterDuke | lizmat: random raku mention log.schemescape.com/posts/programm...es-12.html | 23:44 |