Skip to content

Commit

Permalink
chore: update binaries (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed May 3, 2024
1 parent dfec536 commit 7efb2e1
Show file tree
Hide file tree
Showing 3 changed files with 1,273 additions and 8 deletions.
13 changes: 12 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.5")

ext = use_extension("//:repositories.bzl", "extension")
use_repo(ext, "structure_test_toolchains")
use_repo(
ext,
"structure_test_toolchains",
# For testing only
"structure_test_st_darwin_amd64",
"structure_test_st_darwin_arm64",
"structure_test_st_linux_arm64",
"structure_test_st_linux_i386",
"structure_test_st_linux_s390x",
"structure_test_st_linux_amd64",
"structure_test_st_windows_amd64",
)

register_toolchains("@structure_test_toolchains//:all")

Expand Down
Loading

0 comments on commit 7efb2e1

Please sign in to comment.