Downgrade GnuTLS to avoid incompatibilities

The version of GnuTLS in an up-to-date Ubuntu 16.04 (3.4.10-4ubuntu1.8)
fails compat.sh. As a workaround until we fix this or decide that this
is a bug in the Ubuntu package, downgrade GnuTLS to the same upstream
version, but as originally released in Ubuntu 16.04, without the latest
Ubuntu packages.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2020-08-21 10:03:44 +02:00
parent 661c2a43ba
commit 99652d5147

View File

@ -23,7 +23,8 @@ env:
addons: addons:
apt: apt:
packages: packages:
- gnutls-bin - libgnutls30=3.4.10-4ubuntu1
- gnutls-bin=3.4.10-4ubuntu1
coverity_scan: coverity_scan:
project: project:
name: "ARMmbed/mbedtls" name: "ARMmbed/mbedtls"