bazel: set the race config to build runsc-race

PiperOrigin-RevId: 532573939
This commit is contained in:
Andrei Vagin
2023-05-16 14:28:52 -07:00
committed by gVisor bot
parent 5102b5340c
commit d024269cdf
+1 -1
View File
@@ -272,7 +272,7 @@ clean: ## Cleans the bazel cache.
.PHONY: clean
runsc-race:
@$(call build,--@io_bazel_rules_go//go/config:race runsc:runsc-race)
@$(call build,--config=race runsc:runsc-race)
testlogs: ## Returns the most recent set of test logs.
@if test -f .build_events.json; then \