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

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

Issue 2396433007: Travis / chrome fixes (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 | « pkg/dev_compiler/karma.conf.js ('k') | 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 f2a608e124209b2cd34bfb85373f413411783316..8f023138ef83392e01e76f805eaae8ba10286507 100755
--- a/pkg/dev_compiler/tool/get_chrome_canary.sh
+++ b/pkg/dev_compiler/tool/get_chrome_canary.sh
@@ -35,9 +35,7 @@ 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
-# 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
+readonly CHROME_REV=$(curl -s ${CHROME_URL}/LAST_CHANGE)
vsm 2016/10/06 15:07:29 Note - we don't use this file any more on travis.
function getCanary() {
local existing_version=""
« no previous file with comments | « pkg/dev_compiler/karma.conf.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698