mirror of https://github.com/pwndbg/pwndbg.git
Make ZIGPATH configurable and provide defaults (#1090)
* Make ZIGPATH configurable and provide defaults Mostly fixes docker/docker-compose environment where building zig into $pwd/.zig doesn't work well because it is later overwritten by mounting the volume in /pwndbg. With current approach during the docker build zig is put in /opt/zig instead, and when you run it without docker it's possible to configure a different path (with sane defaults) * remove Makefile * add ZIGPATH to tests.sh for CI * move ZIGPATH setting before make in testspull/1093/head
parent
36ee7d238d
commit
4ee225b115
Loading…
Reference in new issue