| 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=""
|
|
|