mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-08 21:13:59 +00:00
Travis: Use swtpm's stable-0.9 branch for testing
Since swtpm now depends on libtpms >= 0.10 use swtpm's stable-0.9 branch for testing. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
ed6687523b
commit
4fcbaaab30
@ -46,7 +46,7 @@ matrix:
|
||||
./autogen.sh ${CONFIG} &&
|
||||
sudo make -j$(nproc) ${TARGET} &&
|
||||
sudo make -j$(nproc) check &&
|
||||
git clone https://github.com/stefanberger/swtpm.git &&
|
||||
git clone -b stable-0.9 https://github.com/stefanberger/swtpm.git &&
|
||||
pushd swtpm &&
|
||||
sudo rm -rf /dev/tpm* &&
|
||||
sudo apt -y install devscripts equivs python3-twisted expect
|
||||
@ -67,7 +67,7 @@ matrix:
|
||||
./autogen.sh ${CONFIG} &&
|
||||
sudo make -j$(nproc) ${TARGET} &&
|
||||
sudo make -j$(nproc) check &&
|
||||
git clone https://github.com/stefanberger/swtpm.git &&
|
||||
git clone -b stable-0.9 https://github.com/stefanberger/swtpm.git &&
|
||||
pushd swtpm &&
|
||||
sudo rm -rf /dev/tpm* &&
|
||||
sudo apt -y install devscripts equivs python3-twisted expect
|
||||
|
||||
Loading…
Reference in New Issue
Block a user