.bazelrc: remove default experimental flags
The flags removed here already have the same values as default in Bazel
8.1.0.
Change-Id: Ib8dc1679c506ae1193cb44aa9b651f706a0eb90f
Reviewed-on: https://review.monogon.dev/c/monogon/+/4203
Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
Tested-by: Jenkins CI
diff --git a/.bazelrc b/.bazelrc
index b72e72f..392bf8e 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -50,13 +50,6 @@
build --action_env=MONOGON_SANDBOX_DIGEST
import %workspace%/.bazelrc.sandbox
-# Enable revised output directory hash suffix computation
-build --experimental_output_directory_naming_scheme=diff_against_dynamic_baseline
-build --experimental_exec_configuration_distinguisher=off
-
-# Enable resource set configuration via starlark for actions
-build --experimental_action_resource_set
-
# Stop propagation of settings to exec config by default.
# See https://github.com/bazelbuild/bazel/issues/22457
build --experimental_exclude_starlark_flags_from_exec_config