travis: Don't build TSS2 as root
This might prevent ccache from overwriting files in later builds.
This commit is contained in:
+2
-1
@@ -49,7 +49,8 @@ build_tss2()
|
|||||||
curl -L $TSS2_SRC | tar xz -C $TRAVIS_BUILD_DIR/.. &&
|
curl -L $TSS2_SRC | tar xz -C $TRAVIS_BUILD_DIR/.. &&
|
||||||
cd $TSS2_DIR &&
|
cd $TSS2_DIR &&
|
||||||
./configure &&
|
./configure &&
|
||||||
sudo make -j4 install >/dev/null &&
|
make -j4 >/dev/null &&
|
||||||
|
sudo make install >/dev/null &&
|
||||||
sudo ldconfig || exit $?
|
sudo ldconfig || exit $?
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user