Skip to content

Commit

Permalink
rm build defs file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Oct 29, 2024
1 parent 5c45ce8 commit 339089b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
14 changes: 7 additions & 7 deletions package/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
subinclude("//:version")

filegroup(
name = "architectures",
srcs = ["architectures.build_defs"],
visibility = ["PUBLIC"],
)

subinclude(":architectures")
architectures = [
"darwin_amd64",
"darwin_arm64",
"freebsd_amd64",
"linux_amd64",
"linux_arm64",
]

def cross_compile(version, arch):
return build_rule(
Expand Down
7 changes: 0 additions & 7 deletions package/architectures.build_defs

This file was deleted.

2 changes: 1 addition & 1 deletion third_party/go/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subinclude("///go//build_defs:go", "//package:architectures")
subinclude("///go//build_defs:go")

go_toolchain(
name = "toolchain",
Expand Down

0 comments on commit 339089b

Please sign in to comment.