1
Fork 0

preserve zig cache

This commit is contained in:
Motiejus Jakštys 2024-11-03 23:44:55 +02:00
parent b40d7751a4
commit 043b8d05de
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
docker run -ti --rm -v ~/code:/x -w /x zig-repro sh -c 'useradd -ms /bin/bash motiejus && cd zig && tmux new-session su motiejus'
docker run -ti --rm -v ~/code:/x -v /home/motiejus/.cache/zig:/home/motiejus/.cache/zig -w /x zig-repro sh -c 'useradd -ms /bin/bash motiejus && cd zig && su motiejus; bash'