David Gageot
David Gageot
> 1. Look for a cached flattened image of it; if I find it, use it. > 2. If I cannot find it (like now), create a flattened tar image...
I've got a similar error when trying to build for M1 in static mode: ``` 128.0 /box64/src/librarian/library.c: In function 'getSymbolInDataMaps': 128.0 /box64/src/librarian/library.c:795:16: error: assignment to 'void *' from 'uintptr_t' {aka...
``` 21.65 /box64/src/wrapped/wrappedlibresolv.c: In function '__res_nquery': 21.65 /box64/src/wrapped/wrappedlibresolv.c:42:90: error: passing argument 1 of 'res_nquery' makes pointer from integer without a cast [-Wint-conversion] 21.65 42 | extern int __res_nquery(int a, void*...
I'm using gcc and it's using whatever `-W` config is in the Makefile. I'll try to tweak it
Thanks to your latest changes @ptitSeb, I got it to compile statically with this Dockerfile: ``` FROM debian AS build RUN apt-get update -y && apt-get install -y git gcc...
@calavera You mean default instances of `RestartPolicy`? I meant a list of valid `Name`s
Thank @ThomasHurek, sorry for breaking your workflow. I think I know where it comes from. I'll investigate some more tomorrow. Do you have an example of docker image I can...
@jmlapre and everyone, could you try Docker Desktop 4.27.2 that was released today?
Hi everyone, here's the status on this one: + I was able to reproduce the `qemu: uncaught target signal 11 (Segmentation fault)` error on 4.27.2, with Rosetta disabled. + When...
@ThomasHurek @jasonfine Don't you see these settings?