Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Teach Build-Testing how to find Foundation #76489

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Sep 16, 2024

Pass Foundation_DIR to the CMake configuration.

@rintaro
Copy link
Member Author

rintaro commented Sep 16, 2024

swiftlang/swift-testing#693
@swift-ci Please build Toolchain

@rintaro
Copy link
Member Author

rintaro commented Sep 16, 2024

swiftlang/swift-testing#693
@swift-ci Please smoke test

@rintaro rintaro changed the title [Windows] Teach Build-Testing how to Foundation [Windows] Teach Build-Testing how to find Foundation Sep 16, 2024
Pass `Foundation_DIR` to the cmake.
@rintaro rintaro force-pushed the windows-testing-foundationdir branch from 5bcca25 to ff0f923 Compare September 16, 2024 19:31
@rintaro
Copy link
Member Author

rintaro commented Sep 16, 2024

swiftlang/swift-testing#693
@swift-ci Please build Toolchain

@rintaro
Copy link
Member Author

rintaro commented Sep 16, 2024

swiftlang/swift-testing#693
@swift-ci Please smoke test

2 similar comments
@rintaro
Copy link
Member Author

rintaro commented Sep 16, 2024

swiftlang/swift-testing#693
@swift-ci Please smoke test

@rintaro
Copy link
Member Author

rintaro commented Sep 17, 2024

swiftlang/swift-testing#693
@swift-ci Please smoke test

@rintaro
Copy link
Member Author

rintaro commented Sep 17, 2024

swiftlang/swift-testing#693
@swift-ci Please test WebAssembly

1 similar comment
@rintaro
Copy link
Member Author

rintaro commented Sep 17, 2024

swiftlang/swift-testing#693
@swift-ci Please test WebAssembly

@rintaro
Copy link
Member Author

rintaro commented Sep 17, 2024

swiftlang/swift-testing#693
@swift-ci Please smoke test

@@ -1934,6 +1936,8 @@ function Build-Testing([Platform]$Platform, $Arch, [switch]$Test = $false) {
-Defines (@{
BUILD_SHARED_LIBS = "YES";
CMAKE_BUILD_WITH_INSTALL_RPATH = "YES";
dispatch_DIR = "$DispatchBinaryCache\cmake\modules";
Foundation_DIR = "$FoundationBinaryCache\cmake\modules";
SwiftSyntax_DIR = (Get-HostProjectCMakeModules Compilers);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems suspect! But this is outside of your change I suppose.

@rintaro rintaro merged commit 33b88b9 into swiftlang:main Sep 20, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants