]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: bring back Coverity
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 24 Jun 2020 20:25:14 +0000 (22:25 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 24 Jun 2020 20:32:56 +0000 (22:32 +0200)
Looks like DOCKER_EXEC got lost somewhere along the way, which, in
turn, caused the "coverity" job to fail with
```
$ $DOCKER_EXEC meson cov-build -Dman=false
Command 'meson' not found, but can be installed with:
apt install meson
Please ask your administrator.
```

https://travis-ci.org/github/systemd/systemd/builds/701705788

.travis.yml

index a72e81552fe1c9c93fc58da41b02fa34c1fd3b18..9eb6a19eeac07384bfd0d11c82c9a538536bc9f7 100644 (file)
@@ -47,6 +47,7 @@ jobs:
       env:
         - FEDORA_RELEASE="latest"
         - TOOL_BASE="/var/tmp/coverity-scan-analysis"
+        - DOCKER_EXEC="docker exec -ti $CONT_NAME"
         - DOCKER_RUN="docker run -v $TOOL_BASE:$TOOL_BASE:rw --env-file .cov-env"
           # Coverity env variables
         - PLATFORM="$(uname)"