]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .travis.yml
man: fix typo Takse -> Takes
[thirdparty/systemd.git] / .travis.yml
index dd34e9c82ac9f5a0fd84a8e11d423ea5412cc6f3..78cf5bc6f2e03d0552347d89e547eb5f7e4c1847 100644 (file)
@@ -14,12 +14,6 @@ stages:
     - name: Build & test
       if: type != cron
 
-    - name: Fuzzit-Fuzzing
-      if: type = cron
-
-    - name: Fuzzit-Sanity
-      if: type != cron
-
     # Run Coverity periodically instead of for each commit/PR
     - name: Coverity
       if: type = cron
@@ -100,22 +94,6 @@ jobs:
           after_script:
               - $CI_MANAGERS/debian.sh CLEANUP
 
-        - stage: Fuzzit-Sanity
-          name:  Continuous Fuzzing Sanity via Fuzzit (sanity)
-          language: bash
-          script:
-            - set -e
-            - $CI_MANAGERS/fuzzit.sh sanity
-            - set +e
-
-        - stage: Fuzzit-Fuzzing
-          name: Continuous Fuzzing Sanity via Fuzzit (fuzzing daily)
-          language: bash
-          script:
-            - set -e
-            - $CI_MANAGERS/fuzzit.sh fuzzing
-            - set +e
-
         - stage: Coverity
           language: bash
           env:
@@ -126,7 +104,7 @@ jobs:
               - DOCKER_RUN="docker run -v $TOOL_BASE:$TOOL_BASE:rw --env-file .cov-env"
               # Coverity env variables
               - PLATFORM="$(uname)"
-              - TOOL_ARCHIVE="/var/tmp/cov-analysis-$PLATFORM.tgz
+              - TOOL_ARCHIVE="/var/tmp/cov-analysis-$PLATFORM.tgz"
               - SCAN_URL="https://scan.coverity.com"
               - UPLOAD_URL="https://scan.coverity.com/builds"
               - COVERITY_SCAN_PROJECT_NAME="$TRAVIS_REPO_SLUG"
@@ -148,8 +126,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