travis: run Coverity on a more stable Fedora release

This commit is contained in:
Frantisek Sumsal 2018-11-06 15:59:34 +01:00
parent a9145fc488
commit 059f31920e
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
- stage: Coverity
language: bash
env:
- FEDORA_RELEASE="rawhide"
- FEDORA_RELEASE="latest"
- CONT_NAME="coverity-fedora-$FEDORA_RELEASE"
- DOCKER_EXEC="docker exec -ti $CONT_NAME"
- DOCKER_RUN="docker run --env-file .cov-env"

View File

@ -16,7 +16,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 iputils hostname libasan)
ADDITIONAL_DEPS=(dnf-plugins-core python2 iputils hostname libasan)
function info() {
echo -e "\033[33;1m$1\033[0m"