summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-06-21 02:21:09 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2019-06-21 18:27:35 +0300
commit0127b1a05e8635bea4ea244a00ca242fde976b56 (patch)
tree27f540bcfbafa9f44f9d6fcbb08ad48a892c1d1a /.travis.yml
parent6e9713f6753424417aa3cd21a012bfc0d49d31ab (diff)
downloadsystemd-0127b1a05e8635bea4ea244a00ca242fde976b56.tar.gz
coverity: stop setting _Float*
Should address https://github.com/systemd/systemd/issues/12854
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dd34e9c82a..d46e2be6f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -148,8 +148,7 @@ jobs:
script:
- set -e
# Preconfigure with meson to prevent Coverity from capturing meson metadata
- # Set compiler flag to prevent emit failure
- - $DOCKER_EXEC sh -c "CFLAGS='-D_Float128=long\ double -D_Float64=double -D_Float64x=long\ double -D_Float32=float -D_Float32x=double' meson cov-build -Dman=false"
+ - $DOCKER_EXEC meson cov-build -Dman=false
# Run Coverity
- $DOCKER_EXEC tools/coverity.sh build
- $DOCKER_EXEC tools/coverity.sh upload