travis: Bump tpm2-tss to 2.4.1

Manually built dependencies are now built in a separate step after
packages have been installed as they might depend themselves on some
packages (e.g. tpm2-tss, which now requires libjson-c).
This commit is contained in:
Tobias Brunner
2020-05-26 11:06:07 +02:00
parent 04db34a3a7
commit 0ff939585e
2 changed files with 16 additions and 9 deletions
+1
View File
@@ -13,6 +13,7 @@ cache: ccache
before_install:
- travis_retry ./scripts/test.sh deps
- travis_retry ./scripts/test.sh pydeps
- travis_retry ./scripts/test.sh build-deps
before_script:
- sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 || true