-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[WIP] sudoless build on trusty #3280
Conversation
Currently broken with:
Starting with request for libstdc++-5 at travis-ci/apt-package-safelist#3597 |
@springmeyer for asan builds binutils 2.26 is required with some bug fixes for
I did not find a better way than add ppa:jonathonf/binutils via sudo that provides 2.26 binutils for trusty. Once it will be in the whitelist than before_install.x86_64-asan.sh can be removed. |
@oxidase - thank you for alerting me of the |
Just issued a Travis whitelisting request: travis-ci/apt-source-safelist#335 |
@daniel-j-h FWIW, binutils 2.27 is available via mason for linux: https://github.com/mapbox/mason/tree/master/scripts/binutils/2.27. Example using it for -flto: https://github.com/mapbox/vector-tile/blob/bench/.travis.yml#L48-L56 |
Interesting - so what's blocking your sudoless PR here? |
@daniel-j-h whitelist for libstdc++-5-dev: #3280 (comment). Note: this PR is trying to test building sudoless on trusty. If we want to run sudoless on precise this PR would not be blocked by travis-ci/apt-package-safelist#3597. |
Testing branch for how our builds work on the new trusty images: https://blog.travis-ci.com/2016-11-08-trusty-container-public-beta/