From 2a3caa7c0cefe2cb26550f26c97ce96aa1946d69 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Wed, 11 Dec 2024 16:45:08 +0000 Subject: [PATCH] chore: remove `WORKSPACE` --- .bazelrc | 3 +++ WORKSPACE | 0 e2e/.bazelrc | 3 +++ e2e/WORKSPACE | 0 4 files changed, 6 insertions(+) delete mode 100644 WORKSPACE delete mode 100644 e2e/WORKSPACE diff --git a/.bazelrc b/.bazelrc index 31d7aa5..68940f9 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,6 +1,9 @@ # Build cache build --experimental_guard_against_concurrent_changes +# Disable `WORKSPACE` +build --noenable_workspace + # Prevent `PATH` and `LD_LIBRARY_PATH` leaking into action enviroment build --incompatible_strict_action_env diff --git a/WORKSPACE b/WORKSPACE deleted file mode 100644 index e69de29..0000000 diff --git a/e2e/.bazelrc b/e2e/.bazelrc index 31d7aa5..68940f9 100644 --- a/e2e/.bazelrc +++ b/e2e/.bazelrc @@ -1,6 +1,9 @@ # Build cache build --experimental_guard_against_concurrent_changes +# Disable `WORKSPACE` +build --noenable_workspace + # Prevent `PATH` and `LD_LIBRARY_PATH` leaking into action enviroment build --incompatible_strict_action_env diff --git a/e2e/WORKSPACE b/e2e/WORKSPACE deleted file mode 100644 index e69de29..0000000 -- GitLab