From 86c8dcc16cf907fdc252a10f0d73f7ccfe5652f7 Mon Sep 17 00:00:00 2001 From: Jan Feitsma Date: Thu, 10 Aug 2023 22:01:35 +0200 Subject: [PATCH] bazelrc: add option/workaround to make python run hermetic, otherwise there is a bug: https://github.com/bazelbuild/bazel/issues/7091 --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index 6532c3c..47e810d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1 +1 @@ -build --action_env=BAZEL_CXXOPTS="-std=c++17" +build --action_env=BAZEL_CXXOPTS="-std=c++17" --build_python_zip