mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
[infra] Temporarily remove package_deps.dart from the test matrix
It currently fails because pkg/dart2js_info isn't wired up, yet. Change-Id: I10a2d43385fe3d900a62fa7438ed37b9e366dffb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209902 Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
parent
cf411dc539
commit
c04a71e455
1 changed files with 0 additions and 7 deletions
|
@ -3464,13 +3464,6 @@
|
|||
"description": "This configuration is used by the release pkg builders."
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "validate pkg/ pubspec files",
|
||||
"script": "tools/sdks/dart-sdk/bin/dart",
|
||||
"arguments": [
|
||||
"tools/package_deps/bin/package_deps.dart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "validate .dart_tool/package_config.json",
|
||||
"script": "tools/sdks/dart-sdk/bin/dart",
|
||||
|
|
Loading…
Reference in a new issue