From 6544bd9fa0018be5537c44f25c48a2afe342eb5c Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 17 Feb 2022 15:20:32 -0300 Subject: [PATCH] Jenkins: Exclude one /usr/share directory created by SDL --- .ci/AppImageBuilder.yml | 1 + .ci/build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/AppImageBuilder.yml b/.ci/AppImageBuilder.yml index 317be2317..fb2482491 100644 --- a/.ci/AppImageBuilder.yml +++ b/.ci/AppImageBuilder.yml @@ -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 diff --git a/.ci/build.sh b/.ci/build.sh index 5cd5f3baa..a791521f5 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -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