]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge branch 'bug32240_029' into bug32240_035
authorteor <teor@torproject.org>
Sun, 15 Dec 2019 23:09:16 +0000 (09:09 +1000)
committerteor <teor@torproject.org>
Sun, 15 Dec 2019 23:09:16 +0000 (09:09 +1000)
Merge
* Chutney Trusty deletion in bug32240_029
* NSS addition in maint-0.3.5

1  2 
.travis.yml

diff --cc .travis.yml
index 98bb8cce8013c9fbbe26434901f5f2d8b9ae9b88,a67b8b92fb03ea6e5f445feaac33338163fa553b..6ed69f5fb6a89ea7a922e511938bbd16e37f6e4c
@@@ -41,18 -37,10 +44,14 @@@ matrix
        os: osx
        ## Turn off some newer features, turn on clang's -Wtypedef-redefinition
        env: C_DIALECT_OPTIONS="-std=gnu99"
 -    ## We run chutney on Linux, because it's faster than chutney on macOS
 +    ## We check NSS
      ## Use -std=gnu99 to turn off some newer features, and maybe turn on some
      ## extra gcc warnings?
 -    - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes" C_DIALECT_OPTIONS="-std=gnu99"
 +    - env: NSS_OPTIONS="--enable-nss" C_DIALECT_OPTIONS="-std=gnu99"
 +    ## We run chutney on Linux, because it's faster than chutney on macOS
 +    ## Chutney is a fast job, clang is slower on Linux, so we do Chutney clang
 +    - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
 +      compiler: clang
-       ## (Linux only) Use an older Linux image (Ubuntu Trusty)
-       ## The Xenial and Bionic images cause permissions issues for chutney,
-       ## this is a workaround, until we fix #32240.
-       dist: trusty
      ## We check asciidoc with distcheck, to make sure we remove doc products
      ## We use Linux clang, because there are no other Linux clang jobs
      - env: DISTCHECK="yes" ASCIIDOC_OPTIONS="" SKIP_MAKE_CHECK="yes"