From d024269cdf958198ab86395831d7282c688df24b Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 16 May 2023 14:26:02 -0700 Subject: [PATCH] bazel: set the `race` config to build runsc-race PiperOrigin-RevId: 532573939 --- tools/bazel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bazel.mk b/tools/bazel.mk index fbbbce001..ce94b7f68 100644 --- a/tools/bazel.mk +++ b/tools/bazel.mk @@ -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 \