Fork me on GitHub
#docker
<
2022-10-12
>
rgm18:10:15

just leaving a debugging breadcrumb in case anyone else hits this ... I downgraded my docker desktop install to 4.2 to make circleci local execute work on an M1 Mac. This, weirdly, breaks clojure's ability to git-fetch any deps with an error Error building classpath. Cannot run program "git": error=0, Failed to exec spawn helper: pid: 51, exit value: 1. Upgrading back to 4.12 or newer fixes this error. Here's a minimal repro: https://github.com/rgm/experiments/pull/87

cap10morgan18:10:14

huh, weird. there are so many moving parts w/ the binfmt_misc stuff and qemu-static I've seen various odd failures like this. did you try resetting everything and setting up a new cross-platform buildx builder?

rgm21:10:37

ha I might have if I understood what that meant <adds interesting new concepts to mental inventory>