Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Next Next commit
[dart] Run generate_sdk_version_file.py to be compatible with dart ch…
…ange
  • Loading branch information
jensjoha committed Nov 15, 2022
commit 6d4d0034124adeee81bcdd8160da293bd43f9857
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