762a4c7e91
This CL goes part of the way to support pub workspaces with native assets. This CL makes the `runPackageName` explicit in every invocation. This ensures not too many native assets are built. Moreover, this CL also makes `packageLayout` explicit, ensuring the right packages config file is used. A follow up PR should fix the checks w.r.t. the experiment not being enabled. For more info see: https://github.com/dart-lang/native/pull/1911 TEST=pkg/dartdev/test/native Change-Id: I3c3123526e320abb8bb094116e58bb4340c4c052 Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/405141 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
46 lines
859 B
YAML
46 lines
859 B
YAML
name: dartdev
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.3.0
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
analysis_server: any
|
|
analysis_server_client: any
|
|
analyzer: any
|
|
args: any
|
|
cli_util: any
|
|
collection: any
|
|
dart2native: any
|
|
dart_style: any
|
|
dartdoc: any
|
|
dds: any
|
|
dds_service_extensions: any
|
|
dtd_impl: any
|
|
file: any
|
|
front_end: any
|
|
frontend_server: any
|
|
http: any
|
|
kernel: any
|
|
logging: any
|
|
meta: any
|
|
native_assets_builder: any
|
|
native_assets_cli: any
|
|
package_config: any
|
|
path: any
|
|
pub: any
|
|
unified_analytics: any
|
|
vm: any
|
|
vm_service: any
|
|
yaml: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
expect: any
|
|
lints: any
|
|
pub_semver: any
|
|
test: any
|