-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
[build-script] Use a toolchain file and always cross compile cmark. #38124
Conversation
@swift-ci smoke test |
preset=buildbot_iphoneos_arm64_crosscompiler |
I want to prove that this still works on the bots for cross compiling cmark appropriately. |
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.
🎉
@swift-ci test |
preset=buildbot_iphoneos_arm64_crosscompiler |
@swift-ci test windows platform |
preset=buildbot_iphoneos_arm64_crosscompiler |
@swift-ci test |
preset=buildbot_iphoneos_arm64_crosscompiler |
@swift-ci test |
Build failed |
The cross compilation for arm64 worked. There is some other bug in build-script around cross compiling but I don't believe it is caused by this PR (we are trying to build swift-test-stdlib-macosx-x86_64 which isn't generated for some reason). |
:doh: I forgot to make the cmark test only for macOS since I haven't fixed it yet on Linux. |
Once the macOS test finished, I am going to push that fix and then do a smoke test. |
Build failed |
Timedout in LLDB |
NOTE: We still build for the host platform always, but even in that case within cmark itself, we are cross compiling it.
@swift-ci smoke test |
@swift-ci smoke test OS X platform |
NOTE: We still build for the host platform always, but even in that case within
cmark itself, we are cross compiling it.