You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driver.c got recompiled during incremental build, when it shouldn't. This was triggered because the order of the methods in wasm_m2n_invoke.g.h changed. You could find the details by comparing the two wasm_m2n_invoke.g.h files from the first and second build. invoke_files.zip
Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.
Issue Details
driver.c got recompiled during incremental build, when it shouldn't. This was triggered because the order of the methods in wasm_m2n_invoke.g.h changed. You could find the details by comparing the two wasm_m2n_invoke.g.h files from the first and second build. invoke_files.zip
driver.c got recompiled during incremental build, when it shouldn't. This was triggered because the order of the methods in
wasm_m2n_invoke.g.h
changed. You could find the details by comparing the twowasm_m2n_invoke.g.h
files from the first and second build.invoke_files.zip
This issue was found in my PR (#90436).
Test failure log is here
Please re-enable corresponding tests upon fixing this.
The text was updated successfully, but these errors were encountered: