Files
sdk/third_party/pkg/code_assets.status
Daco Harkes 9eae46d69f [deps] Roll dart-lang/native
Change-Id: I3ec813b29bef20c24af638f5faeb7bc33e342494
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-win-release-arm64-try,pkg-mac-release-try,pkg-win-release-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/446640
Auto-Submit: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Hossein Yousefi <yousefi@google.com>
2025-08-25 08:57:05 -07:00

10 lines
438 B
Plaintext

# Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
example/*: SkipByDesign # These require to run via `dart test` to run build hooks.
test/json_schema/*: SkipByDesign # Dev dependency not in Dart SDK.
[ $runtime != vm ]
*: SkipByDesign # Native assets is a VM-only feature.