This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[build, ios] Add canary Xcode 10 CircleCI job #12911
Merged
Merged
Conversation
This file contains 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
@fabian-guerra Looks like this is failing since I rebased to include #12791:
|
5882c1a
to
bcd135b
Compare
bcd135b
to
d1856ac
Compare
Even after #12913, I’m still seeing the new offline tests fail:
This is happening on Xcode 9.4.1 and 10, so I’m starting to think this is a CircleCI performance problem. I’ll try bumping the timeout here (e566bfa) and rerunning. |
[skip firebase] Bump MGLOfflineStorageTests timeouts to 5 seconds
e566bfa
to
737ebed
Compare
@mapbox/maps-ios If tests pass again this time (after squashing), I’d like to go ahead and merge this. |
fabian-guerra
approved these changes
Sep 20, 2018
@@ -314,9 +314,9 @@ - (void)testAddFileContent { | |||
|
|||
NSNumber *fileSizeNumber = [fileAttributes objectForKey:NSFileSize]; | |||
long long fileSize = [fileSizeNumber longLongValue]; | |||
long long dabaseFileSize = 32391168; | |||
long long databaseFileSize = 32391168; |
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 for catching this.
This was referenced Sep 26, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #12756. Updating to Xcode 10 proved to be slightly troublesome:
Let’s keep this build optional and let it run alongside the current Xcode 9.4.1 builds and, if it proves reliable, we can migrate the rest of the builds next week before
ios-v4.5.0-alpha.2
. We should do our best to publishios-v4.5.0
with Xcode 10./cc @mapbox/maps-ios