Re: [Python-Dev] Starting to use gcc-8 on upstream Python project CI

2018-08-22 Thread 有賀淳/Jun Aruga
Hi Brett, > So is the request simply to use gcc 8 instead of what Travis uses as the > default gcc? Yes, you are right. > IOW change > https://github.com/python/cpython/blob/28853a249b1d0c890b7e9ca345290bb8c1756446/.travis.yml#L71 > somehow to use gcc8 specifically? If we just change only th

Re: [Python-Dev] Starting to use gcc-8 on upstream Python project CI

2018-08-22 Thread Brett Cannon
So is the request simply to use gcc 8 instead of what Travis uses as the default gcc? IOW change https://github.com/python/cpython/blob/28853a249b1d0c890b7e9ca345290bb8c1756446/.travis.yml#L71 somehow to use gcc8 specifically? Since it's only used for the code coverage build I don't think anyone w

Re: [Python-Dev] Starting to use gcc-8 on upstream Python project CI

2018-08-21 Thread Jun Aruga
Hi Miro, Thanks for forwarding to python-dev. Jun On Mon, Aug 20, 2018 at 8:31 PM, Miro Hrončok wrote: > On 20.8.2018 20:02, Jun Aruga wrote: >> >> Dear Python sig. >> >> Someone can you help to promote for the upstream Python project to use >> gcc-8 on the Travis CI test? >> Right now the pro

Re: [Python-Dev] Starting to use gcc-8 on upstream Python project CI

2018-08-20 Thread Miro Hrončok
On 20.8.2018 20:02, Jun Aruga wrote: Dear Python sig. Someone can you help to promote for the upstream Python project to use gcc-8 on the Travis CI test? Right now the project has 4 test cases [1] including defaut gcc version 4.8 cases on Travis CI. However technically it is possible to use gcc