Ensure engine.version is up to date in the monorepo (#160668)

`update_dart_sdk.(ps1|sh)` is called too late and needs to be called
from `shared.(bat|sh)`.

Fixes #160640
This commit is contained in:
John McDole
2024-12-20 12:17:27 -08:00
committed by GitHub
parent 2d811593db
commit 021b2b3627
7 changed files with 131 additions and 63 deletions

View File

@@ -2556,6 +2556,7 @@ const Set<String> kExecutableAllowlist = <String>{
'bin/flutter',
'bin/flutter-dev',
'bin/internal/update_dart_sdk.sh',
'bin/internal/update_engine_version.sh',
'dev/bots/accept_android_sdk_licenses.sh',
'dev/bots/codelabs_build_test.sh',