Skip to content

Commit 27c2cfb

Browse files
iinozemtsevCommit Queue
authored andcommitted
Add pubspec.yaml to runtime/tools
Otherwise Dart scripts there inherit the version from the root pubspec, which can be ahead of prebuilt SDK. Change-Id: I07b6672f72c08d73661fda4e333cbc2be767db52 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/440480 Reviewed-by: Alexander Thomas <[email protected]> Auto-Submit: Ivan Inozemtsev <[email protected]> Reviewed-by: Alexander Markov <[email protected]> Commit-Queue: Ivan Inozemtsev <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent bf2870c commit 27c2cfb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ workspace:
7777
- pkg/vm_snapshot_analysis
7878
- pkg/wasm_builder
7979
- runtime/tests/vm/dart
80+
- runtime/tools
8081
- runtime/tools/profiling
8182
- samples/ffi/http
8283
- samples/ffi/httpIG

runtime/tools/pubspec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: runtime_tools
2+
description: Internal runtime tools.
3+
4+
environment:
5+
sdk: ^3.9.0
6+
7+
resolution: workspace
8+
publish_to: none

0 commit comments

Comments
 (0)