You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/07 17:37:09 UTC

[GitHub] [cordova-ios] raphinesse opened a new pull request #712: Update Xcode versions used in CI to latest minor release

raphinesse opened a new pull request #712: Update Xcode versions used in CI to latest minor release
URL: https://github.com/apache/cordova-ios/pull/712
 
 
   ### Motivation and Context
   <!-- Why is this change required? What problem does it solve? -->
   <!-- If it fixes an open issue, please link to the issue here. -->
   Lately the ObjC tests that were using Xcode 10.1 on CI have been very unstable. It was not uncommon that two out of four CI runs failed. [The Error](https://travis-ci.org/apache/cordova-ios/jobs/604550483#L2258-L2260) is always the same and seems to be caused by a [known defect](https://github.com/microsoft/azure-pipelines-tasks/issues/8840) in Xcode 10.1. The only known fix seems to be not to use 10.1. So that's what we will do.
   
   
   ### Description
   <!-- Describe your changes in detail -->
   I've updated our Travis CI config to use Xcode 9.4 and 10.3 respectively. The update of Xcode 9 is not necessary, but since it's the current default for Travis CI ObjC images I thought it wouldn't hurt.
   
   
   ### Testing
   I've let the five CI jobs run four times each on my fork's CI with these changes and there were no errors.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org