mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Update rules_go to v0.38.1 and go_version to 1.19.7 (#12055)
* Update rules_go to v0.38.1 * Bump go version --------- Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
14
third_party/io_bazel_rules_go_test.patch
vendored
14
third_party/io_bazel_rules_go_test.patch
vendored
@@ -1,22 +1,22 @@
|
||||
diff --git a/go/private/rules/test.bzl b/go/private/rules/test.bzl
|
||||
index 1dfd1555..eeffefca 100644
|
||||
index 413a19da..b289f52f 100644
|
||||
--- a/go/private/rules/test.bzl
|
||||
+++ b/go/private/rules/test.bzl
|
||||
@@ -187,7 +187,7 @@ def _go_test_impl(ctx):
|
||||
testing.TestEnvironment(env),
|
||||
@@ -189,7 +189,7 @@ def _go_test_impl(ctx):
|
||||
run_environment_info,
|
||||
]
|
||||
|
||||
|
||||
-_go_test_kwargs = {
|
||||
+go_test_kwargs = {
|
||||
"implementation": _go_test_impl,
|
||||
"attrs": {
|
||||
"data": attr.label_list(
|
||||
@@ -447,7 +447,7 @@ _go_test_kwargs = {
|
||||
@@ -471,7 +471,7 @@ _go_test_kwargs = {
|
||||
""",
|
||||
}
|
||||
|
||||
|
||||
-go_test = rule(**_go_test_kwargs)
|
||||
+go_test = rule(**go_test_kwargs)
|
||||
|
||||
|
||||
def _recompile_external_deps(go, external_source, internal_archive, library_labels):
|
||||
"""Recompiles some archives in order to split internal and external tests.
|
||||
|
||||
Reference in New Issue
Block a user