From 62e8e64299ae1635e56df701a7c2264e8b37b77a Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 17 Feb 2017 14:00:29 -0800 Subject: Upgrade to logbt 2.0.1 The logbt 2.0.1 release is now fixed to no longer restrict coredump reporting for specific exit codes. This means it behaves the same as the branch currently in use after #8043. This gets us using a released version. --- scripts/travis_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis_setup.sh b/scripts/travis_setup.sh index f35ca39e30..20a708d20a 100755 --- a/scripts/travis_setup.sh +++ b/scripts/travis_setup.sh @@ -36,7 +36,7 @@ touch package.json function mapbox_install_logbt { scripts/mason.sh INSTALL gdb VERSION 7.12 export PATH=$(scripts/mason.sh PREFIX gdb VERSION 7.12)/bin:${PATH} - curl -sSfL https://github.com/mapbox/logbt/archive/backtrace-for-all-exit-codes.tar.gz | tar --gunzip --extract --strip-components=2 --exclude="*md" --exclude="test*" --directory=. + curl -sSfL https://github.com/mapbox/logbt/archive/v2.0.1.tar.gz | tar --gunzip --extract --strip-components=2 --exclude="*md" --exclude="test*" --directory=. sudo ./logbt --setup ./logbt --test } -- cgit v1.2.1