ziglang / docker-zig

Dockerfile for zig programming language

Home Page:https://hub.docker.com/r/ziglang/static-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base image has bad value for `llvm-config --system-libs`

andrewrk opened this issue · comments

base image has bad value for llvm-config --system-libs

/deps/zig/build # /deps/local/bin/llvm-config --system-libs
-lz -lrt -ldl -lm -l/deps/local/lib/libxml2.a -lz

the -l prefix is problematic. the patch to llvm's cmake needs to fix this.

After this is fixed we can revert ziglang/zig@4928217