diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-24 00:27:32 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-24 00:27:32 -0700 |
commit | f04920bb5724c0588b8383081850dd9cdbf7faf0 (patch) | |
tree | b4b42a280de6141b3c30f0a8126f4e6256a6082c /tools | |
parent | 633cbf708f2d0f500e0a3569c7d1e9fa2629bc3b (diff) |
Update symbolizer version
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/jenkins/docker_run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/docker_run_tests.sh b/tools/jenkins/docker_run_tests.sh index 8d6c42cd9b..49f185aba3 100755 --- a/tools/jenkins/docker_run_tests.sh +++ b/tools/jenkins/docker_run_tests.sh @@ -34,7 +34,7 @@ set -e export CONFIG=$config -export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.5 +export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.8 # Ensure that programs depending on current-user-ownership of cache directories # are satisfied (it's being mounted from outside the image). |