Use existing CMake in some build-script tests (#38842)

This will prevent the tests to rebuild CMake (especially under Linux)
and cause transient issues.

This is similar to what was done for #37611
This commit is contained in:
Eric Miotto
2021-08-12 07:12:47 -07:00
committed by GitHub
parent 3ebb554690
commit 2c6d762d19
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# RUN: %empty-directory(%t)
# RUN: mkdir -p %t
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --reconfigure --verbose 2>&1| %FileCheck %s
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --reconfigure --verbose --cmake %cmake 2>&1| %FileCheck %s
# REQUIRES: standalone_build