1
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
Motiejus Jakštys a67f224887 llvm.list: fix upstream 2024-11-10 00:43:03 +02:00
Motiejus Jakštys e8767d2b76 Dockerfile: move to bullseye
Zig's 0.11.0 linking code has a bug where it would refuse to link to a
symbol that links to `pthread_create@@GLIBC_2_34`, since
`pthread_create@GLIBC_2.2.5` exists.

All that weirdness can be worked around by using a distro that has glibc
2.31.

For someone who is porting this to a modern distro: getting glibc-linked
0.11.0 may be tough. You may have better luck with 0.12.0.
If you really need 0.11.0, link stage3 to musl, that will just work.
2024-11-10 00:31:11 +02:00
Motiejus Jakštys 36d2e68f52 Dockerfile: remove unnecessary deps 2024-11-09 16:00:34 +02:00
Motiejus Jakštys 3b2cfaa142 container: +patch 2024-11-06 14:36:03 +02:00
Motiejus Jakštys 9bf4432623 getting there 2024-11-03 19:09:11 +02:00
Motiejus Jakštys b108429dd4 Initial commit 2024-11-01 09:33:22 +02:00