Skip to content

Commit 648034c

Browse files
committed
chore: refresh git override to pick up C++ toolchain fix
Update comment to force cache invalidation and pick up the latest rules_wasm_component commit (07dc8c7) which adds default host C++ toolchains to resolve Linux CI build failures.
1 parent 5257dd3 commit 648034c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ bazel_dep(name = "rules_nodejs", version = "6.5.0")
3434
# TinyGo toolchain for WebAssembly components
3535
bazel_dep(name = "rules_wasm_component", version = "0.1.0")
3636

37-
# Git repository override - use latest from GitHub (cache invalidation: 2025-08-25)
37+
# Git repository override - use latest from GitHub (C++ toolchain fix: 2025-08-26)
3838
git_override(
3939
module_name = "rules_wasm_component",
40-
branch = "refactor/eliminate-shell-scripts", # Branch with go_wasm_component fix
40+
branch = "refactor/eliminate-shell-scripts", # Branch with go_wasm_component + C++ toolchain fix
4141
remote = "https://github.com/pulseengine/rules_wasm_component.git",
4242
)
4343

0 commit comments

Comments
 (0)