| Summary: | [AppleWin] Upgrade bots to Visual Studio 2019 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Don Olmstead <don.olmstead> |
| Component: | Tools / Tests | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | achristensen, ap, bfulgham, Hironori.Fujii, lforschler, lingho, pvollan, ryanhaddad, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 204000 | ||
| Bug Blocks: | |||
|
Description
Don Olmstead
2019-04-25 11:27:41 PDT
Alex I think this will make the bots green again. I think we need to try to keep 2017 for another little while. (In reply to Alex Christensen from comment #2) > I think we need to try to keep 2017 for another little while. You may have to roll out that C++17 patch then. If you're not able to reproduce the build breakage in the bots locally and you're using 2017 my bet is that the bots need to be updated to a newer version of 2017. MS is testing AppleWin and WinCairo internally to check for compiler breakages. 2019 is probably a good idea for you all in the long term. WinCairo flat out doesn't work without it. We successfully covered up all the bugs for now, but we should still push to upgrade. Here's the command line we use for installing on WinCairo. Adding Brent since he was asking for information on the Windows SDK. C:\Users\ContainerAdministrator\AppData\Local\Temp\VSBuildTools2019.exe --quiet --norestart --nocache --wait --add Microsoft.VisualStudio.Component.Roslyn.Compiler --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.CoreBuildTools --add Microsoft.VisualStudio.Workload.MSBuildTools --add Microsoft.VisualStudio.Component.Windows10SDK --add Microsoft.VisualStudio.Component.VC.CoreBuildTools --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.VC.Redist.14.Latest --add Microsoft.VisualStudio.Component.Windows10SDK.17763 --add Microsoft.VisualStudio.Workload.VCTools --installPath C:\MSVS Again we use Visual Studio 2019 Build Tools which is meant for build servers. You won't get an IDE but you'll get all the things to build with. Any updates on this? Pulling into radar to track updates on bots and EWS. Some bots seem to start using Visual Studio 2019. Will it be available soon? https://build.webkit.org/builders/Apple%20Win%2010%20Release%20%28Build%29/builds/8331 > -- Building for: Visual Studio 16 2019 > -- The C compiler identification is MSVC 19.23.28107.0 > -- The CXX compiler identification is MSVC 19.23.28107.0 The upgrade is supposed to be all done. Win7 bot still seems using VS2017? > Using Visual Studio: /cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Community https://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Build%29/builds/8567/steps/compile-webkit/logs/stdio I thought that Win7 was no longer supported. But of course we need to remove the bots if that's the case. Brent and Per Arne, what do you say? |