Skip to content

Commit bb35b8e

Browse files
committed
fix: update all tests to use working hello_component_release target
Tests 2 and 5 were also using the broken hello_component_wasm_lib_release_wasm_base target. Update them to use hello_component_release which properly builds WASM components with correct platform transitions.
1 parent a21980a commit bb35b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.hermetic_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test_wasm_toolchain_selection() {
3636
echo "---------------------------------------"
3737

3838
echo " Analyzing toolchain resolution for WASM target..."
39-
OUTPUT=$(bazel build //examples/basic:hello_component_wasm_lib_release_wasm_base \
39+
OUTPUT=$(bazel build //examples/basic:hello_component_release \
4040
--toolchain_resolution_debug='@bazel_tools//tools/cpp:toolchain_type' 2>&1 || true)
4141

4242
# Save output to temp file for analysis
@@ -148,7 +148,7 @@ test_reproducibility() {
148148
echo "Test 5: Build reproducibility"
149149
echo "-----------------------------"
150150

151-
TARGET="//examples/basic:hello_component_wasm_lib_release_wasm_base"
151+
TARGET="//examples/basic:hello_component_release"
152152
WASM_OUTPUT="bazel-bin/examples/basic/hello_component_wasm_lib_release_wasm_base.wasm"
153153

154154
# First build

0 commit comments

Comments
 (0)