-
Notifications
You must be signed in to change notification settings - Fork 10.5k
CMake: run generate_xcode.test
only for the host platform
#71279
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
CMake: run generate_xcode.test
only for the host platform
#71279
Conversation
Currently the test assumes that when we are testing for macOS we are targeting the host architecture (since we need to reuse existing build products to contain the test time) -- however there are some Apple internal configuration in which that's not the case. Addresses rdar://118337598
@swift-ci please test |
@swift-ci Please Build Toolchain |
@swift-ci Please test stdlib with toolchain |
@swift-ci please test Apple Silicon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@swift-ci please test Apple Silicon |
Recording CI run for stdlib with toolchain |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
1 similar comment
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
generate_xcode.txt
only for the host platformgenerate_xcode.test
only for the host platform
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
3 similar comments
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
@swift-ci please test Apple Silicon |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
1 similar comment
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
Getting the same failures as the incremental job for the minimal stdlib PR job. |
@swift-ci please test Apple Silicon |
Verified that |
Currently the test assumes that when we are testing for macOS we are targeting the host architecture (since we need to reuse existing build products to contain the test time) -- however there are some Apple internal configurations in which that's not the case.
Addresses rdar://118337598