remove experimental_strict_action_env from tpl (#259)

diff --git a/release/bazelrc.tpl b/release/bazelrc.tpl
index 714a21c..fadbf2d 100644
--- a/release/bazelrc.tpl
+++ b/release/bazelrc.tpl
@@ -60,11 +60,6 @@
 # Enable encryption.
 build:remote --tls_enabled=true
 
-# Enforce stricter environment rules, which eliminates some non-hermetic
-# behavior and therefore improves both the remote cache hit rate and the
-# correctness and repeatability of the build.
-build:remote --experimental_strict_action_env=true
-
 # Set a higher timeout value, just in case.
 build:remote --remote_timeout=3600
 
@@ -110,7 +105,6 @@
 # across machines, developers, and workspaces.
 build:remote-cache --remote_cache=remotebuildexecution.googleapis.com
 build:remote-cache --tls_enabled=true
-build:remote-cache --experimental_strict_action_env=true
 build:remote-cache --remote_timeout=3600
 build:remote-cache --auth_enabled=true
 build:remote-cache --spawn_strategy=standalone