Open hustclf opened 3 years ago
I just ran docker build -t freebsd-cross .
successfully on my machine, with a checkout of current master
(6e7a8b6). Can you provide any more details about you env and what commit of this repo you were on?
➜ freebsd-cross-build git:(master) git rev-parse --short HEAD
6e7a8b6
I also use the latest version of master.
When I replace LD_LIBRARY_PATH=/freebsd/lib make -j7 && \
to LD_LIBRARY_PATH=/freebsd/lib make && \
in Dockerfile, it succeed, but I do not know why.
I Got a error after run
docker build -t freebsd-cross .
.output: