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:
Stefan Berger 2024-07-22 11:06:39 -04:00 committed by Stefan Berger
parent ed6687523b
commit 4fcbaaab30

View File

@ -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