Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(880)

Unified Diff: pkg/dev_compiler/tool/get_chrome_canary.sh

Issue 2398843002: Workaround from Chromium breakage (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/get_chrome_canary.sh
diff --git a/pkg/dev_compiler/tool/get_chrome_canary.sh b/pkg/dev_compiler/tool/get_chrome_canary.sh
index 8f023138ef83392e01e76f805eaae8ba10286507..f2a608e124209b2cd34bfb85373f413411783316 100755
--- a/pkg/dev_compiler/tool/get_chrome_canary.sh
+++ b/pkg/dev_compiler/tool/get_chrome_canary.sh
@@ -35,7 +35,9 @@ fi
readonly CHROME_CANARY_DIR=$HOME/.chrome/canary
readonly CHROME_CANARY_BIN=$CHROME_CANARY_DIR/$CHROME_NAME/$CHROME_RELATIVE_BIN
readonly CHROME_CANARY_REV_FILE=$CHROME_CANARY_DIR/VERSION
-readonly CHROME_REV=$(curl -s ${CHROME_URL}/LAST_CHANGE)
+# FIXME(vsm): The latest chromium segfaults on travis and my local linux box.
+# readonly CHROME_REV=$(curl -s ${CHROME_URL}/LAST_CHANGE)
+readonly CHROME_REV=423167
function getCanary() {
local existing_version=""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698