[native_assets_builder] When build output changes linker has to re-run #1412
Labels
P1
A high priority bug; for example, a single project is unusable or has many test failures
package:native_assets_builder
Milestone
Assuming I have a correct build with two data assets with
(id1, a.txt)
and(id2, b.txt)
.I then change the
hook/build.dart
to use(id1, a.txt)
and(id2, a.txt)
(same ids but now also same file uri).Then I observe the
hook/build.dart
to be re-run, which will result in a different build output.But the linker step is not re-run, despite the build output changing, instead it prints
=> Can it be that linker isn't re-run when the build outputs to the linker change?
/cc @dcharkes
The text was updated successfully, but these errors were encountered: