DEBUG: set nocache and modify nogo to force any disk cache misses. Revert this commit after testing in CI

This commit is contained in:
prestonvanloon
2022-03-14 12:16:38 -05:00
parent d76492a906
commit dc41cce43d
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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",