diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2018-12-02 07:56:03 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2018-12-04 04:56:02 +0100 |
commit | 05b36f1f65b5da639fe372beb0308751a55d6d8a (patch) | |
tree | e1c091da34ee8c74f0cbadd634f8e7587acd480f /travis-ci | |
parent | travis: also run the tests built with clang under ASan+UBsan (diff) | |
download | systemd-05b36f1f65b5da639fe372beb0308751a55d6d8a.tar.gz systemd-05b36f1f65b5da639fe372beb0308751a55d6d8a.tar.bz2 systemd-05b36f1f65b5da639fe372beb0308751a55d6d8a.zip |
travis: install llvm to get llvm-symbolizer
See https://clang.llvm.org/docs/AddressSanitizer.html#symbolizing-the-reports
Diffstat (limited to 'travis-ci')
-rwxr-xr-x | travis-ci/managers/fedora.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index dc9d93efd..760ed5b1e 100755 --- a/travis-ci/managers/fedora.sh +++ b/travis-ci/managers/fedora.sh @@ -15,7 +15,7 @@ CONT_NAME="${CONT_NAME:-fedora-$FEDORA_RELEASE-$RANDOM}" DOCKER_EXEC="${DOCKER_EXEC:-docker exec -it $CONT_NAME}" DOCKER_RUN="${DOCKER_RUN:-docker run}" REPO_ROOT="${REPO_ROOT:-$PWD}" -ADDITIONAL_DEPS=(dnf-plugins-core python2 iputils hostname libasan python3-pyparsing python3-evdev libubsan clang) +ADDITIONAL_DEPS=(dnf-plugins-core python2 iputils hostname libasan python3-pyparsing python3-evdev libubsan clang llvm) function info() { echo -e "\033[33;1m$1\033[0m" |