Skip to content

Commit

Permalink
chore: more rules_go instances like #2807 (#2811)
Browse files Browse the repository at this point in the history
Otherwise we still have failing warming jobs on vanilla debian images
with no system patch command

---

### Type of change

- Chore (any other change that doesn't affect source or test files, such
as configuration)

### Test plan

- Manual testing; please provide instructions so we can reproduce:
Keep watching our warming job for success
  • Loading branch information
alexeagle authored Jul 6, 2023
1 parent 96a000d commit 33f029d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ llvm_register_toolchains()

http_archive(
name = "io_bazel_rules_go",
patch_args = ["-p1"],
patches = ["//patches:rules_go.pr3617.patch"],
sha256 = "19ef30b21eae581177e0028f6f4b1f54c66467017be33d211ab6fc81da01ea4d",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.38.0/rules_go-v0.38.0.zip"],
)
Expand Down
2 changes: 2 additions & 0 deletions examples/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ http_archive(

http_archive(
name = "io_bazel_rules_go",
patch_args = ["-p1"],
patches = ["//patches:rules_go.pr3617.patch"],
sha256 = "19ef30b21eae581177e0028f6f4b1f54c66467017be33d211ab6fc81da01ea4d",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.38.0/rules_go-v0.38.0.zip"],
)
Expand Down

0 comments on commit 33f029d

Please sign in to comment.