Verify Dart tool SDK before engine builds

This commit is contained in:
Tony
2026-06-26 04:42:09 +08:00
parent 2e3bc6dde7
commit 3c00f0cf0b
4 changed files with 87 additions and 1 deletions
+12
View File
@@ -784,6 +784,9 @@ jobs:
working-directory: flutter
run: gclient sync --no-history
- name: Verify Dart tool SDK
run: ./scripts/verify_dart_tool_sdk.sh
- name: Configure Linux engine
working-directory: flutter/engine/src
run: |
@@ -947,6 +950,9 @@ jobs:
working-directory: flutter
run: gclient sync --no-history
- name: Verify Dart tool SDK
run: ./scripts/verify_dart_tool_sdk.sh
- name: Configure Android engine
working-directory: flutter/engine/src
run: |
@@ -1111,6 +1117,9 @@ jobs:
working-directory: flutter
run: gclient sync --no-history
- name: Verify Dart tool SDK
run: ./scripts/verify_dart_tool_sdk.sh
- name: Sync Flutter prebuilt Dart SDK
run: ./scripts/sync_flutter_prebuilt_dart_sdk.sh linux-x64
@@ -1234,6 +1243,9 @@ jobs:
working-directory: flutter
run: gclient sync --no-history
- name: Verify Dart tool SDK
run: ./scripts/verify_dart_tool_sdk.sh
- name: Configure host snapshotter
working-directory: flutter/engine/src
run: |