Skip to content

Commit 082d191

Browse files
committed
fix: make wasmsign2 a direct rust_binary dependency instead of wrapper script
- Replace filegroup with alias to @wasmsign2_src//:wasmsign2_bazel - This avoids nested Bazel builds that cause C++ toolchain resolution issues - Ensures wasmsign2 is built as a normal dependency during repository setup
1 parent e6a3455 commit 082d191

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

MODULE.bazel.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toolchains/wasm_toolchain.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,9 +753,9 @@ filegroup(
753753
visibility = ["//visibility:public"],
754754
)
755755
756-
filegroup(
756+
alias(
757757
name = "wasmsign2_binary",
758-
srcs = ["wasmsign2"],
758+
actual = "@wasmsign2_src//:wasmsign2_bazel",
759759
visibility = ["//visibility:public"],
760760
)
761761

0 commit comments

Comments
 (0)