Ben Grabham
Ben Grabham
(this probably also would be good for ldc, etc)
This may also be possible by using https://hub.docker.com/r/frolvlad/alpine-glibc/ or https://github.com/sgerrand/alpine-pkg-glibc
1. Ah, that's a shame. There are hacky things in that image to make it work from what I remember. 2. It doesn't really make a bulky image. It's 5MB...
Unfortunately, because of #14, I can't compile it with DMD.
When trying to use DMD, I get: ``` ld: in ../../../.dub/packages/botan-1.12.8/botan/.dub/build/full-release-posix.osx-x86_64-dmd_2074-FD6A03E6A182FBDA0BF4B5E2C70BD89D/libbotan_base.a(unique_3f32_3b6.o), in section __TEXT,__textcoal_nt reloc 0: symbol index out of range for architecture x86_64 ``` Afaik, the two errors are...
I tried disabling asm but then `hres_timer` hits a `static assert(0)` because asm is disabled
Any idea which versions are most likely to be the big offenders? I only need ciphers that allow me to use http/2 with vibe.
Thanks! I'll give it a go in the next few weeks.
This still happens on DMD 2.074.1 :(
It looks like just outputting multiple json objects back-to-back also works: https://github.com/kubernetes/kubernetes/issues/8362 So you can have: ``` { "apiVersion": "v1", ... } { "apiVersion": "v1", ... } ``` I also...