From dda9d4cc0d88025d60004e906de45ab729837724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 6 Aug 2021 14:43:50 +0300 Subject: [PATCH] update hermetic container instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1356468..0f239e9 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ bazel-bin/test/gognu_/gognu: Mach-O 64-bit x86_64 executable, flags: /usr/local/bin/bazel && chmod +x /usr/local/bin/bazel -# export CC=/usr/bin/false +$ docker run -e CC=/usr/bin/false -ti --rm -v $(pwd):/x -w /x debian:buster-slim +# apt update && apt install wget git -y +# . .envrc ``` And run the `bazel build` commands above. Take a look at `.build.yml` and see