mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 06:35:42 +01:00
99652d5147
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>
35 lines
791 B
YAML
35 lines
791 B
YAML
language: c
|
|
compiler: gcc
|
|
sudo: false
|
|
cache: ccache
|
|
|
|
jobs:
|
|
include:
|
|
- name: gnutls test
|
|
script:
|
|
- export
|
|
- COLUMNS=200 dpkg -l
|
|
- make
|
|
- tests/compat.sh -m tls1_2 -p GnuTLS -V NO -t PSK
|
|
|
|
after_failure:
|
|
- tests/scripts/travis-log-failure.sh
|
|
|
|
env:
|
|
global:
|
|
- SEED=1
|
|
- secure: "FrI5d2s+ckckC17T66c8jm2jV6i2DkBPU5nyWzwbedjmEBeocREfQLd/x8yKpPzLDz7ghOvr+/GQvsPPn0dVkGlNzm3Q+hGHc/ujnASuUtGrcuMM+0ALnJ3k4rFr9xEvjJeWb4SmhJO5UCAZYvTItW4k7+bj9L+R6lt3TzQbXzg="
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libgnutls30=3.4.10-4ubuntu1
|
|
- gnutls-bin=3.4.10-4ubuntu1
|
|
coverity_scan:
|
|
project:
|
|
name: "ARMmbed/mbedtls"
|
|
notification_email: support-mbedtls@arm.com
|
|
build_command_prepend:
|
|
build_command: make
|
|
branch_pattern: coverity_scan
|