Mercurial > dropbear
changeset 1689:d2d3b5ba6c64
update travis to Ubuntu focal to provide chacha20
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 26 May 2020 23:13:48 +0800 |
parents | e01f9ec6d177 |
children | 2a06ef4ba80d |
files | .travis.yml |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Tue May 26 23:13:23 2020 +0800 +++ b/.travis.yml Tue May 26 23:13:48 2020 +0800 @@ -10,14 +10,16 @@ compiler: gcc env: WEXTRAFLAGS=-Werror sudo: false + # use focal which provides libtommath 1.20 + dist: focal - env: MULTI=1 WEXTRAFLAGS=-Werror # libtom has some warnings, so no WEXTRAFLAGS - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" - - env: NOWRITEV=1 WEXTRAFLAGS=-Werror - # libtomcrypt 1.18.1 fixes clang problems, distro doesn't have that yet + # can use an older distro with bundled libtom + dist: xenial + - env: NOWRITEV=1 - os: linux compiler: clang - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" - os: osx compiler: clang env: WEXTRAFLAGS=""