Skip to content

Instantly share code, notes, and snippets.

@EricCousineau-TRI
Created December 20, 2018 18:14
Show Gist options
  • Select an option

  • Save EricCousineau-TRI/fcd25f60ea792535559fea90b5c59a4a to your computer and use it in GitHub Desktop.

Select an option

Save EricCousineau-TRI/fcd25f60ea792535559fea90b5c59a4a to your computer and use it in GitHub Desktop.
Example ~/.bazelrc
# For GCC
build --cxxopt -fdiagnostics-color
build --repository_cache /home/user/.cache/bazel-externals
fetch --repository_cache /home/user/.cache/bazel-externals
build \
--disk_cache /home/user/.cache/bazel_local_disk \
--experimental_strict_action_env
test \
--disk_cache /home/user/.cache/bazel_local_disk \
--experimental_strict_action_env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment