Skip to content

Commit 1bf3871

Browse files
committed
fix: exclude checksum_updater_wasm *_host target with missing dependencies
- Add exclusion for checksum_updater_wasm_wizer_component_release_wasm_lib_release_host - Host variant missing anyhow, chrono, and hex crate dependencies - Follows pattern of *_host cross-compilation issues across the codebase - Maintains targeted exclusion approach for problematic host builds
1 parent 2b489e7 commit 1bf3871

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ jobs:
128128
-//test/integration:wasi_component_wasm_lib_release_host \
129129
-//test/unit:test_component_simple_wasm_lib_release_host \
130130
-//test/unit:test_component_with_deps_wasm_lib_release_host \
131-
-//examples/basic:hello_component_wasm_lib_release_host
131+
-//examples/basic:hello_component_wasm_lib_release_host \
132+
-//tools/checksum_updater_wasm:checksum_updater_wasm_wizer_component_release_wasm_lib_release_host
132133
133134
- name: Run Tests
134135
run: bazel test --test_output=errors -- //test/integration:basic_component_build_test //test/integration:basic_component_validation //test/unit:unit_tests
@@ -225,7 +226,8 @@ jobs:
225226
-//test/integration:wasi_component_wasm_lib_release_host \
226227
-//test/unit:test_component_simple_wasm_lib_release_host \
227228
-//test/unit:test_component_with_deps_wasm_lib_release_host \
228-
-//examples/basic:hello_component_wasm_lib_release_host
229+
-//examples/basic:hello_component_wasm_lib_release_host \
230+
-//tools/checksum_updater_wasm:checksum_updater_wasm_wizer_component_release_wasm_lib_release_host
229231
230232
- name: Run Tests
231233
run: bazel test --test_output=errors -- //test/integration:basic_component_build_test //test/integration:basic_component_validation //test/unit:unit_tests

0 commit comments

Comments
 (0)