diff options
author | Dane Springmeyer <springmeyer@users.noreply.github.com> | 2017-02-17 14:00:29 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-20 12:05:18 -0800 |
commit | 62e8e64299ae1635e56df701a7c2264e8b37b77a (patch) | |
tree | 89fd3ed1150e83a462ea1e5c952b1ceb5bb80987 /scripts | |
parent | 7d3c9338c99fb52cd9ec25867c9c4f45a24e7d32 (diff) | |
download | qtlocation-mapboxgl-62e8e64299ae1635e56df701a7c2264e8b37b77a.tar.gz |
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.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |