mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This will prevent the tests to rebuild CMake (especially under Linux) and cause transient issues. This is similar to what was done for #37611
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
# 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 --cmake %cmake 2>&1| %FileCheck %s
|
|
|
|
# REQUIRES: standalone_build
|
|
|
|
# CHECK: build-script-impl{{.*}} --reconfigure
|