6c3c7ae331
We use the MSVC from Depot Tools to build C files. When using clang from DEPS, we need to pass the right INCLUDE / LIB environment variables. So we might as well use the MSVC instead. Moves the `nativeCompilerEnvironmentVariables` to the `TestConfiguration` so that it's cached. Bug: https://github.com/dart-lang/sdk/issues/50565 Change-Id: I3576cd0ed07081afb9ae5ba737b8bfe1b21941e5 Cq-Include-Trybots: luci.dart.try:pkg-win-release-try,pkg-mac-release-try,pkg-mac-release-arm64-try,pkg-linux-release-try,pkg-linux-debug-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/298580 Reviewed-by: William Hesse <whesse@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
# Copyright (c) 2023, 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.
|
|
|
|
[ $runtime != vm ]
|
|
*: SkipByDesign # Native assets is a VM-only feature.
|