Motiejus Jakštys 7f711265c3 | ||
---|---|---|
0.10.0-675-g9d93b2ccf1-TypeOf-hack.patch | ||
0.10.0-747-g7b2a936173-CallOptions.patch | ||
Dockerfile | ||
README.md | ||
llvm-snapshot.gpg.key | ||
llvm.list | ||
run |
README.md
Building modern Zig from the original C++ implementation
This repository explores building Zig from the C++ implementation without using binary blobs. Forum post goes with this.
$ docker build -t zig-repro .
$ docker run -ti --rm \
-v ~/code:/x \
-v /home/$USER/.cache/zig:/home/$USER/.cache/zig \
-w /x \
zig-repro \
sh -c "useradd -s /bin/bash $USER && cd zig && su $USER; bash"
$ ../zig-repro/run