We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f011993 commit 7e3af54Copy full SHA for 7e3af54
.github/workflows/test.yml
@@ -57,7 +57,10 @@ jobs:
57
-c opt
58
$(bazel query 'kind(was.*_rust_binary, //test/test_data/...)')
59
$(bazel query 'kind(_optimized_wasm_cc_binary, //test/test_data/...)')
60
- # Note `proxy_wasm_cc_binary` generates `_optimized_wasm_cc_binary` rule building the final artifact of `proxy_wasm_cc_binary`.
+
61
+ # Currently, in Github Action, "Bazel build step" creates `wasm_configure_check.wasm` directory as a temporal directory.
62
+ # Since the name of this directory has "*.wasm" pattern, the step "Mangle build rules to use existing test data" fails.
63
+ # So, here, we clear out the directories in test_data.
64
- name: Clean up test data
65
shell: bash
66
run: |
0 commit comments