mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -1,6 +1,6 @@
|
|||||||
# RUN: %empty-directory(%t)
|
# RUN: %empty-directory(%t)
|
||||||
# RUN: mkdir -p %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
|
# REQUIRES: standalone_build
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
# RUN: %empty-directory(%t)
|
# RUN: %empty-directory(%t)
|
||||||
# RUN: mkdir -p %t
|
# RUN: mkdir -p %t
|
||||||
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --swiftpm --infer 2>&1 | %FileCheck %s
|
# RUN: SKIP_XCODE_VERSION_CHECK=1 SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --swiftpm --infer --cmake %cmake 2>&1 | %FileCheck %s
|
||||||
|
|
||||||
# CHECK: --- Building earlyswiftdriver ---
|
# CHECK: --- Building earlyswiftdriver ---
|
||||||
|
|||||||
Reference in New Issue
Block a user