Jenkins: Exclude one /usr/share directory created by SDL

This commit is contained in:
RichardG867 2022-02-17 15:20:32 -03:00
parent 22603a37b0
commit 6544bd9fa0
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ AppDir:
- usr/lib/cmake
- usr/lib/pkgconfig
- usr/sbin
- usr/share/aclocal
- usr/share/alsa
- usr/share/apport
- usr/share/bug

View File

@ -232,7 +232,7 @@ else
then
pkgs="$pkgs build-essential"
else
sudo dpkg --add-architecture $arch_deb
sudo dpkg --add-architecture "$arch_deb"
pkgs="$pkgs crossbuild-essential-$arch_deb"
fi