mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-10 23:14:35 +00:00
Travis: Add python3 dependencies for swtpm test
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
b6f1a15268
commit
5ea3e6183d
18
.travis.yml
18
.travis.yml
@ -48,9 +48,12 @@ matrix:
|
||||
git clone https://github.com/stefanberger/swtpm.git &&
|
||||
pushd swtpm &&
|
||||
sudo rm -rf /dev/tpm* &&
|
||||
sudo apt -y install devscripts equivs python-twisted libfuse-dev
|
||||
libglib2.0-dev libgmp-dev expect libtasn1-dev socat findutils
|
||||
tpm-tools gnutls-dev gnutls-bin tss2 &&
|
||||
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 &&
|
||||
./autogen.sh --with-gnutls --prefix=/usr &&
|
||||
export SWTPM_TEST_EXPENSIVE=1 SWTPM_TEST_IBMTSS2=1 &&
|
||||
sudo make -j$(nproc) check &&
|
||||
@ -69,9 +72,12 @@ matrix:
|
||||
git clone https://github.com/stefanberger/swtpm.git &&
|
||||
pushd swtpm &&
|
||||
sudo rm -rf /dev/tpm* &&
|
||||
sudo apt -y install devscripts equivs python-twisted libfuse-dev
|
||||
libglib2.0-dev libgmp-dev expect libtasn1-dev socat findutils
|
||||
tpm-tools gnutls-dev gnutls-bin tss2 &&
|
||||
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 &&
|
||||
./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