In recent Bazel release the option was deprecated and replaced with:
--incompatible_strict_action_env option.
Hence this change is fixing this warning:
WARNING: Option 'experimental_strict_action_env' is deprecated:
Use --incompatible_strict_action_env instead
Change-Id: I49645b084c338d9c2bfff8ad20831bcf18de6b53
build --workspace_status_command="python ./tools/workspace_status.py"
build --repository_cache=~/.gerritcodereview/bazel-cache/repository
-build --experimental_strict_action_env
+build --incompatible_strict_action_env
build --action_env=PATH
build --disk_cache=~/.gerritcodereview/bazel-cache/cas