1

rules_go: cherry-pick a gorace workaround

This commit is contained in:
Motiejus Jakštys
2022-11-30 21:10:04 +02:00
parent bf88ddb2d5
commit 9eaebe0ad2
4 changed files with 59 additions and 1 deletions

View File

@@ -20,6 +20,5 @@ go_test(
name = "gorace_test",
srcs = ["main_test.go"],
embed = [":gorace_lib"],
gc_linkopts = ["-linkmode=external"],
race = "on",
)