1
Fork 0

fix README on hermetic-sandbox

main
Motiejus Jakštys 2022-12-11 08:00:03 +02:00
parent c821cc3468
commit 2a6f9a9516
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Similar to `--config=hermetic-sandbox`. Which means there is something else at
play, not only re-hashing the sandbox files:
```
bazel --batch clean; bazel --batch build --platforms=@zig_sdk//libc_aware/platform:linux_amd64_gnu.2.28 ...
bazel --batch clean; bazel --batch build --config=hermetic-sandbox --platforms=@zig_sdk//libc_aware/platform:linux_amd64_gnu.2.28 ...
INFO: Elapsed time: 136.957s, Critical Path: 18.14s
```