install: cannot stat 'build/static/zenith.base': No such file or directory
rongcuid opened this issue · 4 comments
rongcuid commented
I tried to make a musl build, but get this error:
mkdir -p build/dynamic
rm -f build/dynamic/zenith.nvidia
install -m 755 target/release/zenith build/dynamic/zenith.nvidia
make[1]: Leaving directory '/tmp/zenith'
mkdir -p build/static-bundle
install: cannot stat 'build/static/zenith.base': No such file or directory
make: *** [Makefile:105: linux-static] Error 1
bvaisvil commented
This should be fixed in master, there wasn't a target in the make file for installing the static build, now there is!
rongcuid commented
I still get this error.
rongcuid commented
OK, the regular linux-static
build works. Only when NVIDIA is enabled when it fails.
bvaisvil commented
Sorry, but is this still an issue? I'm not sure what you mean by the last section there