Chromium Code Reviews| 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="" |