Title: [222339] trunk/Tools
Revision
222339
Author
[email protected]
Date
2017-09-21 12:17:21 -0700 (Thu, 21 Sep 2017)

Log Message

Unreviewed, rolling out r222272.
https://bugs.webkit.org/show_bug.cgi?id=177316

This patch broke builds on some Win EWS bots. (Requested by
perarne on #webkit).

Reverted changeset:

"[Win] Cygwin 64-bit EWS process cannot find Visual Studio
installation."
https://bugs.webkit.org/show_bug.cgi?id=177244
http://trac.webkit.org/changeset/222272

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222338 => 222339)


--- trunk/Tools/ChangeLog	2017-09-21 19:04:30 UTC (rev 222338)
+++ trunk/Tools/ChangeLog	2017-09-21 19:17:21 UTC (rev 222339)
@@ -1,3 +1,18 @@
+2017-09-21  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r222272.
+        https://bugs.webkit.org/show_bug.cgi?id=177316
+
+        This patch broke builds on some Win EWS bots. (Requested by
+        perarne on #webkit).
+
+        Reverted changeset:
+
+        "[Win] Cygwin 64-bit EWS process cannot find Visual Studio
+        installation."
+        https://bugs.webkit.org/show_bug.cgi?id=177244
+        http://trac.webkit.org/changeset/222272
+
 2017-09-21  Filip Pizlo  <[email protected]>
 
         Unreviewed, fix a bug in the interactive app that was introduced by bad merging.

Modified: trunk/Tools/EWSTools/start-queue-win.sh (222338 => 222339)


--- trunk/Tools/EWSTools/start-queue-win.sh	2017-09-21 19:04:30 UTC (rev 222338)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2017-09-21 19:17:21 UTC (rev 222339)
@@ -12,7 +12,7 @@
 {
     trap 'error_handler ${LINENO} $?' ERR
 
-    "$PROGRAMFILES(X86)/Microsoft Visual Studio 14.0/VC/vcvarsall.bat"
+    "$PROGRAMFILES/Microsoft Visual Studio 14.0/VC/vcvarsall.bat"
 
     while :
     do
@@ -24,7 +24,7 @@
         find ~/win-ews-logs -mtime +7 -exec rm -f {} \;
         echo "TASK: Starting up"
         cd ~/WebKit
-        export VSINSTALLDIR="$PROGRAMFILES(X86)\Microsoft Visual Studio 14.0"
+        export VSINSTALLDIR="$PROGRAMFILES\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

Reply via email to