Change default Android SDK build command#269
Change default Android SDK build command#269jakepetroules wants to merge 1 commit intoswiftlang:mainfrom
Conversation
fb98750 to
11f9ecf
Compare
|
I think the fix in swift-android-sdk#3 should resolve the |
|
Thanks, I incorporated your changes. |
|
It looks like it is still failing, but the new log message indicates that it is using the right host toolchain: That new failure seems to be coming from: Should we be expecting a different output folder? |
- Change default build command to use 'swift build' instead of 'swift build --build-system native' (the 4/27 snapshot contains the requisite changes for Android) - Use the correct host toolchain for Android build/test - Add mention of the specific host SDK being used to build For Wasm, we want to wait until swiftlang/swift-build#1348 lands before unpinning. Co-authored-by: Marc Prud'hommeaux <mwp1@cornell.edu>
|
I think the issue here is that So for example, we need to change the assumption that the test case is built at |
Updated default build command for Android SDK to use 'swift build' instead of 'swift build --build-system native'.
The 4/27 snapshot contains the requisite changes for Android to work.
For Wasm, we want to wait until swiftlang/swift-build#1348 lands before unpinning.