Skip to content

[4.0] [CMake] iOS simulator should still build 32-bit by default. #10534

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

Merged

Conversation

jrose-apple
Copy link
Contributor

  • Explanation: The iOS simulator build was accidentally set to only build a 64-bit slice. Reactivate the 32-bit slice by adding "i386" back into the list of supported architectures.
  • Scope: Affects all iOS simulator libraries (the stdlib and overlays, plus support libraries like StdlibUnittest)
  • Radar: rdar://problem/32862833
  • Reviewed by: @shahmishal
  • Risk: Very low. This was a previously working and tested configuration.
  • Testing: Verified locally that both slices were being built once again.

…g#10510)

Accidentally deleted and never noticed because all of the package
builds configure this explicitly.
@jrose-apple
Copy link
Contributor Author

@swift-ci Please test

@najacque najacque merged commit 13f69ff into swiftlang:swift-4.0-branch Jun 23, 2017
@jrose-apple jrose-apple deleted the 4.0-cmake-ios-simulator-i386 branch June 23, 2017 19:46
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.

2 participants