Title: [225177] trunk/Tools
- Revision
- 225177
- Author
- [email protected]
- Date
- 2017-11-27 09:19:20 -0800 (Mon, 27 Nov 2017)
Log Message
[Win] Switch to VS2017 on EWS bots.
https://bugs.webkit.org/show_bug.cgi?id=178516
Reviewed by Darin Adler.
* EWSTools/start-queue-win.sh:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (225176 => 225177)
--- trunk/Tools/ChangeLog 2017-11-27 17:08:48 UTC (rev 225176)
+++ trunk/Tools/ChangeLog 2017-11-27 17:19:20 UTC (rev 225177)
@@ -1,3 +1,12 @@
+2017-11-27 Per Arne Vollan <[email protected]>
+
+ [Win] Switch to VS2017 on EWS bots.
+ https://bugs.webkit.org/show_bug.cgi?id=178516
+
+ Reviewed by Darin Adler.
+
+ * EWSTools/start-queue-win.sh:
+
2017-11-27 Carlos Garcia Campos <[email protected]>
[SOUP] Layout test media/track/track-text-track-cue-list.html crash with g_source_set_ready_time: assertion 'source->ref_count > 0' failed
Modified: trunk/Tools/EWSTools/start-queue-win.sh (225176 => 225177)
--- trunk/Tools/EWSTools/start-queue-win.sh 2017-11-27 17:08:48 UTC (rev 225176)
+++ trunk/Tools/EWSTools/start-queue-win.sh 2017-11-27 17:19:20 UTC (rev 225177)
@@ -19,7 +19,7 @@
PROGRAMFILES_X86="$PROGRAMFILES (x86)"
fi
- "$PROGRAMFILES_X86/Microsoft Visual Studio 14.0/VC/vcvarsall.bat"
+ "$PROGRAMFILES_X86/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvars32.bat"
date
echo "TASK: cleaning up old log files."
@@ -29,7 +29,6 @@
find ~/win-ews-logs -mtime +7 -exec rm -f {} \;
echo "TASK: Starting up"
cd ~/WebKit
- export VSINSTALLDIR="$PROGRAMFILES_X86\Microsoft Visual Studio 14.0"
echo "TASK: Cleaning WebKitBuild"
rm -rf WebKitBuild
date
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes