From 596186c79c1a3f53bd677af706bdbe1951293c8b Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Tue, 4 Mar 2025 10:46:47 +0100 Subject: [PATCH] chore(IDX): drop sandbox_tmpfs_path (#4203) It's unclear what the `--sandbox_tmpfs_path` argument to bazel was used for. --- bazel/conf/.bazelrc.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bazel/conf/.bazelrc.build b/bazel/conf/.bazelrc.build index 776250fd770..d487c0ff7cd 100644 --- a/bazel/conf/.bazelrc.build +++ b/bazel/conf/.bazelrc.build @@ -72,10 +72,6 @@ test:systest --test_output=streamed --test_tag_filters= build:testnet --build_tag_filters= test:testnet --test_output=streamed --test_tag_filters= -# For sandboxed actions, mount an empty, writable directory at this absolute path -# (if supported by the sandboxing implementation, ignored otherwise). -test --sandbox_tmpfs_path=/tmp - # TODO(IDX-2374): enable alltests in CI when we will have actual system tests. #test:ci --config=alltests