]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Apparmor is disabled, don't try and install utils
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 18:12:36 +0000 (12:12 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 1 Sep 2024 18:12:36 +0000 (12:12 -0600)
.github/actions/ci-tests/action.yml

index 6c94a4bf448a6333b9ca6dfb7ebeb45c942a4d4d..a00d43203a1e89a7132daaefa54a291ce8eb90d9 100644 (file)
@@ -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