File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ go_download_sdk(
196
196
go_rules_dependencies ()
197
197
198
198
go_register_toolchains ()
199
+
199
200
go_register_nogo (nogo = "@com_github_cockroachdb_cockroach//:crdb_nogo" )
200
201
201
202
###############################
@@ -335,10 +336,10 @@ load(
335
336
336
337
http_archive (
337
338
name = "rules_license" ,
339
+ sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38" ,
338
340
urls = [
339
341
"https://storage.googleapis.com/public-bazel-artifacts/bazel/rules_license-1.0.0.tar.gz" ,
340
342
],
341
- sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38" ,
342
343
)
343
344
344
345
# keep
@@ -640,8 +641,8 @@ load("//build:pgo.bzl", "pgo_profile")
640
641
641
642
pgo_profile (
642
643
name = "pgo_profile" ,
643
- url = "https://storage.googleapis.com/cockroach-profiles/20250408173855.pprof " ,
644
- sha256 = "7bbc17e28141f38f742e2834f4d0cdb0f589df91daeb0de64da9e35f824f58af " ,
644
+ sha256 = "57414977040f9ed887a4e2b0434ca97f0047229928d8456a25acb3e08b4a71f2 " ,
645
+ url = "https://storage.googleapis.com/cockroach-profiles/20250616172238-909ceb6ada01354d34416f1087fc256a066daa17.pb.gz " ,
645
646
)
646
647
647
648
# Download and register the FIPS enabled Go toolchain at the end to avoid toolchain conflicts for gazelle.
You can’t perform that action at this time.
0 commit comments