Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use fixed gcc version on install-deps-linux #18389

Closed
wants to merge 1 commit into from

Conversation

cirosantilli
Copy link

  • replacing the user's main GCC with update-alternatives is too invasive
  • the default GCC 6.3 of Ubuntu 17.04 also works
  • we should support whichever GCC is present in the supported Ubuntu version by default

- replacing the user's main GCC with update-alternatives is too invasive
- the default GCC 6.3 of Ubuntu 17.04 also works
- we should support whichever GCC is present in the supported Ubuntu version by default
@cirosantilli
Copy link
Author

cirosantilli commented Oct 21, 2017

Ah OK, the Travis uses the ancient GCC 4.8 which does not support some required c++ feature, and this upgrades to... 4.9.

So instead, this should be moved to https://github.com/cocos2d/cocos2d-x/tree/79b97e99920eb0ab9bb8671a84beb22077136126/tools/travis-scripts until travis finally moves to 16.04 travis-ci/travis-ci#5821

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant