1
Fork 0

README: add qemu-user-static to the prereqs

nix
Motiejus Jakštys 2022-06-08 23:21:37 +03:00
parent 623430d0bb
commit 8ce003edec
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ A standalone Docker environment to play with bazel-zig-cc:
```
$ docker run -e CC=/usr/bin/false -ti --rm -v "$PWD:/x" -w /x debian:bullseye-slim
# dpkg --add-architecture arm64 && apt update
# apt install --no-install-recommends -y direnv git shellcheck ca-certificates libc6:arm64
# apt install --no-install-recommends -y direnv git shellcheck ca-certificates libc6:arm64 qemu-user-static
# eval "$(direnv hook bash)" && direnv allow
# ./ci/test
# ./ci/lint