You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/16 19:12:00 UTC

[jira] [Commented] (MINIFICPP-680) Remove XCode 7.3 from travis builds

    [ https://issues.apache.org/jira/browse/MINIFICPP-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16689905#comment-16689905 ] 

ASF GitHub Bot commented on MINIFICPP-680:
------------------------------------------

GitHub user phrocker opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/443

    MINIFICPP-680: Remove Xcode 7.3

    Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.
    
    In order to streamline the review of the contribution we ask you
    to ensure the following steps have been taken:
    
    ### For all changes:
    - [ ] Is there a JIRA ticket associated with this PR? Is it referenced
         in the commit message?
    
    - [ ] Does your PR title start with MINIFICPP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
    
    - [ ] Has your PR been rebased against the latest commit within the target branch (typically master)?
    
    - [ ] Is your initial contribution a single, squashed commit?
    
    ### For code changes:
    - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
    - [ ] If applicable, have you updated the LICENSE file?
    - [ ] If applicable, have you updated the NOTICE file?
    
    ### For documentation related changes:
    - [ ] Have you ensured that format looks appropriate for the output in which it is rendered?
    
    ### Note:
    Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/phrocker/nifi-minifi-cpp MINIFICPP-680

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi-cpp/pull/443.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #443
    
----
commit cff647d4b20931c2614614b5ef058544d138826b
Author: Marc Parisi <ph...@...>
Date:   2018-11-16T18:29:29Z

    MINIFICPP-680: Remove Xcode 7.3

----


> Remove XCode 7.3 from travis builds
> -----------------------------------
>
>                 Key: MINIFICPP-680
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-680
>             Project: NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Mr TheSegfault
>            Assignee: Mr TheSegfault
>            Priority: Major
>
>  
> Per an email exchange with travis support it seems that we may not want to perform 7.3 builds in travis. Not sure we need to, but it seems that the software we use for deps is dropping binary support. 
> "Hey there, Marc! Thanks for writing in today.
> So it looks like what happened here is Homebrew no longer has a pre-complied binary for that version of Xcode- it looks like it was discontinued due to age. Since it's not finding one, it's trying to compile a new version from the source, which is what's resulting in that timeout. I've gone ahead and increased your log silence timeout to 30 minutes, but even that might not be enough- since this was an upstream change that is unfortunately outside of our control, the only real option here to avoid it trying to compile a new binary from the source would be to switch to a newer version of Xcode.
> Sorry I"m not able to do more here, but I hope this at least helps. Just let me know if you have any other questions or concerns I can help you with!
> Best,
> Grant"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)