Re: [Development] Raising the minimum Android NDK version

2018-07-11 Thread Thiago Macieira
On Wednesday, 11 July 2018 23:00:50 PDT Liang Qi wrote: > https://bugreports.qt.io/browse/QTQAINFRA-1681 > https://codereview.qt-project.org/#/c/216306/ > https://codereview.qt-project.org/#/c/229465/ > > People are working on that, hope will get update after summer vacations. Thank you. Do I und

Re: [Development] Upgrade the XCode running in the CI's macOS 10.11

2018-07-11 Thread Liang Qi
For enabling test on 10.13, see https://codereview.qt-project.org/#/c/231978/ and a few other changes from Tony. Hope that will be done soon after summer vacation. -- Liang On Thu, 12 Jul 2018 at 06:13, Tor Arne Vestbø wrote: > > > On 11 Jul 2018, at 18:21, Thiago Macieira > wrote: > > > > On

Re: [Development] Raising the minimum Android NDK version

2018-07-11 Thread Liang Qi
https://bugreports.qt.io/browse/QTQAINFRA-1681 https://codereview.qt-project.org/#/c/216306/ https://codereview.qt-project.org/#/c/229465/ People are working on that, hope will get update after summer vacations. -- Liang On Fri, 6 Jul 2018 at 03:54, Thiago Macieira wrote: > I've just been told

Re: [Development] Upgrade the XCode running in the CI's macOS 10.11

2018-07-11 Thread Thiago Macieira
On Wednesday, 11 July 2018 15:13:00 PDT Tor Arne Vestbø wrote: > I would love to drop any Xcode except the latest, but unfortunately our CI > isn’t set up to build once (against latest SDK/Xcode) and then run tests on > older macOS versions. Removing Xcode 8.2 effectively removes 10.11 testing. > S

Re: [Development] Upgrade the XCode running in the CI's macOS 10.11

2018-07-11 Thread Tor Arne Vestbø
> On 11 Jul 2018, at 18:21, Thiago Macieira wrote: > > On Monday, 9 July 2018 07:31:27 PDT Alexandru Croitor wrote: >> I believe that's something for the macOS maintainers to decide. > > Thanks. Any opinions? > > The fix for XCode 8.2 broke XCode 9. > > Can we PLEASE drop XCode 8.2? Like, rig

Re: [Development] Upgrade the XCode running in the CI's macOS 10.11

2018-07-11 Thread Thiago Macieira
On Monday, 9 July 2018 07:31:27 PDT Alexandru Croitor wrote: > I believe that's something for the macOS maintainers to decide. Thanks. Any opinions? The fix for XCode 8.2 broke XCode 9. Can we PLEASE drop XCode 8.2? Like, right now? I can't integrate the performance improvement until that happe

Re: [Development] which branch to use for a fix in 5.9 ?

2018-07-11 Thread Edward Welbourne
Martin Koller (11 July 2018 10:50) wrote (inter alia): > So I assume I should use 5.9 and not 5.9.6, right ? Yes, except that that's an LTS branch, so it only gets cherry-picks back from other branches (unless you have a strong reason otherwise). Which means you actually need to send it to 5.11 (

Re: [Development] which branch to use for a fix in 5.9 ?

2018-07-11 Thread André Hartmann
Hi Martin, The branch 5.9 is in cherry-picking mode, so all fixes need to go to 5.11 currently. If they are considered relevant for 5.9, they can be cherry-picked afterwards. Regards, André Am 11.07.2018 um 10:50 schrieb Martin Koller: Hi, I want to create a patch for the 5.9 version, howe

[Development] which branch to use for a fix in 5.9 ?

2018-07-11 Thread Martin Koller
Hi, I want to create a patch for the 5.9 version, however it's not clear for me which branch to use. This guide http://wiki.qt.io/Branch-Guidelines says: "All bugfixes go into the "most frozen" maintained branch which they are relevant for. " So I assume I should use 5.9 and not 5.9.6, right ?