mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-11 16:51:29 +00:00
Travis: Install libjson-glib-dev and drop a few python dependencies
Since swtpm_setup has been rewritten in 'C' now we can drop a few python dependencies but need libjson-glib-dev as a new dependency for testing with swtpm's master branch. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
96383e1e9c
commit
a3bdddaa8e
10
.travis.yml
10
.travis.yml
@ -51,10 +51,7 @@ matrix:
|
||||
sudo rm -rf /dev/tpm* &&
|
||||
sudo apt -y install devscripts equivs python3-twisted expect
|
||||
libtasn1-dev socat findutils gnutls-dev gnutls-bin tss2
|
||||
python3-setuptools python3-cryptography python3-pip &&
|
||||
pip3 install --upgrade pip &&
|
||||
pip3 install --upgrade wheel &&
|
||||
pip3 install --upgrade cryptography &&
|
||||
python3-setuptools libjson-glib-dev &&
|
||||
./autogen.sh --with-gnutls --prefix=/usr &&
|
||||
export SWTPM_TEST_EXPENSIVE=1 SWTPM_TEST_IBMTSS2=1 &&
|
||||
sudo make -j$(nproc) check &&
|
||||
@ -75,10 +72,7 @@ matrix:
|
||||
sudo rm -rf /dev/tpm* &&
|
||||
sudo apt -y install devscripts equivs python3-twisted expect
|
||||
libtasn1-dev socat findutils gnutls-dev gnutls-bin tss2
|
||||
python3-setuptools python3-cryptography python3-pip &&
|
||||
pip3 install --upgrade pip &&
|
||||
pip3 install --upgrade wheel &&
|
||||
pip3 install --upgrade cryptography &&
|
||||
python3-setuptools libjson-glib-dev &&
|
||||
./autogen.sh --with-gnutls --prefix=/usr &&
|
||||
export SWTPM_TEST_EXPENSIVE=1 SWTPM_TEST_IBMTSS2=1 &&
|
||||
sudo make -j$(nproc) check &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user