Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[dart] Run generate_sdk_version_file.py to be compatible with dart ch… #37624

Merged
merged 2 commits into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,12 @@ hooks = [
'pattern': '.',
'action': ['python3', 'src/third_party/dart/tools/generate_package_config.py'],
},
{
# Generate the sdk/version file.
'name': 'Generate sdk/version',
'pattern': '.',
'action': ['python3', 'src/third_party/dart/tools/generate_sdk_version_file.py'],
},
{
# Update the Windows toolchain if necessary.
'name': 'win_toolchain',
Expand Down
3 changes: 2 additions & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: e54286872cbf35f18a66b564937e9d97
Signature: 499eb68044d9c4ec34a5c64ea8fac288

UNUSED LICENSES:

Expand Down Expand Up @@ -17357,6 +17357,7 @@ FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions_dart2js.dar
FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common.dart
FILE: ../../../third_party/dart/sdk/lib/libraries.json
FILE: ../../../third_party/dart/sdk/lib/vmservice_libraries.json
FILE: ../../../third_party/dart/sdk/version
FILE: ../../../third_party/dart/third_party/clang.tar.gz.sha1
----------------------------------------------------------------------------------------------------
Copyright 2012, the Dart project authors.
Expand Down