bazel__book/p18_20/.bazelrc

7 lines
193 B
Text

build --incompatible_strict_action_env
# Keep PATH out of cache keys unless granted
# build --action_env=PATH=/usr/bin
# Grant a specific locale if needed
# build --action_env=LC_ALL=C.UTF_8