Skip to content

Commit a73ada8

Browse files
committed
Don't forget to apply local changes to golang.org/x/sys
1 parent 951fd18 commit a73ada8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go_dependencies.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,7 @@ def go_dependencies():
15521552
go_repository(
15531553
name = "org_golang_x_sys",
15541554
importpath = "golang.org/x/sys",
1555+
patches = ["@com_github_buildbarn_bb_storage//:patches/org_golang_x_sys/golang-issue-59357.diff"],
15551556
sum = "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=",
15561557
version = "v0.15.0",
15571558
)

0 commit comments

Comments
 (0)