Jingwen Chen | 14e8903 | 2020-10-12 10:32:35 +0000 | [diff] [blame] | 1 | # Lock down the PATH variable in actions to /usr/bin and /usr/local/bin. |
| 2 | build --experimental_strict_action_env |
| 3 | |
| 4 | # Explicitly allow unresolved symlinks (it's an experimental Bazel feature) |
| 5 | build --experimental_allow_unresolved_symlinks |
| 6 | |
| 7 | # Enable usage of cc_shared_library build APIs |
| 8 | build --experimental_cc_shared_library |
| 9 | |
| 10 | # Enable building targets in //external:__subpackages__. |
| 11 | common --experimental_sibling_repository_layout |
| 12 | common --experimental_disable_external_package |
Jingwen Chen | 2c11916 | 2020-10-13 22:52:53 +0000 | [diff] [blame] | 13 | |
| 14 | # Enable toplevel_output_directories and Ninja executor in Bazel |
| 15 | common --experimental_ninja_actions |