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

@@ -6,6 +6,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
patch_args = ["-p1"],
patches = [
"//patches:rulesgo-race-extld.patch", # https://github.com/bazelbuild/rules_go/pull/3370
],
sha256 = "16e9fca53ed6bd4ff4ad76facc9b7b651a89db1689a2877d6fd7b82aa824e366",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",