From: Arran Cudbard-Bell Date: Sun, 1 Sep 2024 18:12:36 +0000 (-0600) Subject: Apparmor is disabled, don't try and install utils X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3255a6ca924aabc048cea5a109aa4dfd6658b425;p=thirdparty%2Ffreeradius-server.git Apparmor is disabled, don't try and install utils --- diff --git a/.github/actions/ci-tests/action.yml b/.github/actions/ci-tests/action.yml index 6c94a4bf44..a00d43203a 100644 --- a/.github/actions/ci-tests/action.yml +++ b/.github/actions/ci-tests/action.yml @@ -108,7 +108,6 @@ runs: redis-server \ slapd - test x"$USE_DOCKER" = "xtrue" || sudo apt-get install -y --no-install-recommends apparmor-utils test x"$USE_DOCKER" = "xtrue" || sudo systemctl stop dovecot exim4 slapd openresty test x"$USE_DOCKER" = "xtrue" || sudo aa-complain /usr/sbin/slapd @@ -121,7 +120,6 @@ runs: shell: bash run: | sudo apt-get install -y --no-install-recommends \ - apparmor-utils \ redis-tools \ oathtool \ ldap-utils