From dc41cce43d511ab4c2788c772b6e6c9f2d0b3a08 Mon Sep 17 00:00:00 2001 From: prestonvanloon Date: Mon, 14 Mar 2022 12:16:38 -0500 Subject: [PATCH] DEBUG: set nocache and modify nogo to force any disk cache misses. Revert this commit after testing in CI --- .buildkite-bazelrc | 3 +++ BUILD.bazel | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildkite-bazelrc b/.buildkite-bazelrc index 09ad7ed946..c403ed6469 100644 --- a/.buildkite-bazelrc +++ b/.buildkite-bazelrc @@ -25,6 +25,9 @@ build:remote-cache --incompatible_strict_action_env=true build --experimental_use_hermetic_linux_sandbox +# DEBUG !!! REVERT BEFORE MERGING !!! +build --noremote_accept_cached + # Import workspace options. import %workspace%/.bazelrc diff --git a/BUILD.bazel b/BUILD.bazel index 9fc079a464..cccf185f45 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -124,7 +124,7 @@ nogo( "//tools/analyzers/nop:go_default_library", "//tools/analyzers/slicedirect:go_default_library", "//tools/analyzers/interfacechecker:go_default_library", - "//tools/analyzers/ineffassign:go_default_library", + #"//tools/analyzers/ineffassign:go_default_library", "//tools/analyzers/properpermissions:go_default_library", "//tools/analyzers/recursivelock:go_default_library", "//tools/analyzers/uintcast:go_default_library",