Start from a clean slate when bundling Linux build (#58174)
BundleUtilities apparently doesn't do build-system-style timestamp analysis when deciding what to copy, and instead just doesn't copy things that are already present. This cleans that bundle directory on each build, so that it includes the up-to-date library versions. Since this is just copying from build artifacts, this is very fast; the build steps themselves are not affected. Fixes https://github.com/flutter/flutter/issues/58049
S
stuartmorgan committed
ca0d60087b1fb430b611d64d87f22893963a269b
Parent: 52db5e2
Committed by GitHub <noreply@github.com>
on 5/28/2020, 7:14:57 PM