-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] WBT test failure - SimpleSourceChangeRebuildTest.SimpleStringChangeInSource
#73419
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRolling build, and log.
Some of the source assemblies are getting aot'ed again, when rebuilding with no changes. This seems to have been introduced in #72394 which disabled caching: runtime/src/tasks/Common/FileCache.cs Line 32 in bf362e8
It didn't get caught because the WBT tests were failing to build because of #73312 .
|
.. builds. dotnet#72394 disabled the cache always, even when it was intended to be used. This reverses that change. Fixes dotnet#73419
Thanks @radical for quick fix! I removed blocking-clean-ci label, assuming the problem is now gone. |
Failures 4/20-8/5 (incl. PRs):
Regression on 8/4 introduced in PR #72394
Fails on Windows and Linux.
Example: Rolling build, and log.
Some of the source assemblies are getting aot'ed again, when rebuilding with no changes. This seems to have been introduced in #72394 which disabled caching:
runtime/src/tasks/Common/FileCache.cs
Line 32 in bf362e8
It didn't get caught because the WBT tests were failing to build because of #73312 .
cc @steveisok @mdh1418
The text was updated successfully, but these errors were encountered: