travis: install llvm to get llvm-symbolizer

See https://clang.llvm.org/docs/AddressSanitizer.html#symbolizing-the-reports
This commit is contained in:
Evgeny Vereshchagin 2018-12-02 07:56:03 +01:00
parent b8366c5497
commit 05b36f1f65
1 changed files with 1 additions and 1 deletions

View File

@ -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"