Re: [webkit-dev] Request for upgrading xcode toolchains in Apple bots for C++17

2018-05-21 Thread Yusuke SUZUKI
Thanks, On Tue, May 22, 2018 at 1:30 AM Alexey Proskuryakov wrote: > Hi, > > To clarify, are you asking specifically for mac-32bit EWS to be upgraded? > No, I'm asking for upgrading mac/ios bots except for mac-32bit. > It has Xcode 9.2, and can be upgraded to 9.3.1 (that will be a multi-step

Re: [webkit-dev] Request for upgrading xcode toolchains in Apple bots for C++17

2018-05-21 Thread Alexey Proskuryakov
Hi, To clarify, are you asking specifically for mac-32bit EWS to be upgraded? It has Xcode 9.2, and can be upgraded to 9.3.1 (that will be a multi-step process, as we need to keep the version in sync with several other setups). But macOS Sierra bots have Xcode 8.3.3, and that is the latest rele

[webkit-dev] Request for upgrading xcode toolchains in Apple bots for C++17

2018-05-21 Thread Yusuke SUZUKI
Hi WebKittens, in particular Apple bot maintainers! We are about to enable C++17 in all the WebKit ports, and the last step is enabling C++17 for Xcode[1]. While the latest shipped Xcode (w/ clang) supports C++17 option (`-std=gnu++17`), EWS build bots do not support this. Some build bots accept `