[6.3][test][android] Fix one IRGen test on Android CI, from #88056#88177
Merged
Conversation
…#88056 A recent change in the Android CI build script, swiftlang/swift-docker#528, exposed that this test was only passing for other Android non-AArch64 architectures because AArch64 was built first and that SDK build wasn't removed. Since we made that change to remove previous SDK builds for 6.3 also, this test will likely start failing on the 6.3 Android CI soon, so bring the fix over to 6.3.
Member
Author
|
@shahmishal, this fixes the test failure just seen on the 6.3 CI. Since this only changes an Android test, it represents zero risk to the 6.3 build. @swift-ci test |
shahmishal
approved these changes
Apr 17, 2026
Member
Author
|
@swift-ci test windows |
Member
Author
|
Merging to unblock 6.3 Android CI, no risk from this Android-only test. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A recent change in the Android CI build script, swiftlang/swift-docker#528, exposed that this test was only passing for other Android non-AArch64 architectures because AArch64 was built first and that SDK build wasn't removed.
Since we made that change to remove previous SDK builds for 6.3 also, this test will likely start failing on the 6.3 Android CI soon, so bring the fix over to 6.3.
The 6.3 CI appear to be temporarily stopped, so keeping this ready as a draft for when they start up again. I was told by Doug that the usual release branch form is not needed for test-only pulls like this, since this does not affect the build in any way.