Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: add new dependencies needed by selinux-testsuite
The testsuite now runs filesystem tests also on other filesystems than
just the default ext4. [1] That means a few more userspace utilities are
needed to format these filesystems. [2]

[1] SELinuxProject/selinux-testsuite@071ec9c
[2] SELinuxProject/selinux-testsuite@d4e507f

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
  • Loading branch information
WOnder93 authored and fishilico committed Nov 12, 2020
1 parent c064d21 commit e081620
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci/fedora-test-runner.sh
Expand Up @@ -58,6 +58,9 @@ dnf install -y \
quota \
xfsprogs-devel \
libuuid-devel \
e2fsprogs \
jfsutils \
dosfstools \
kernel-devel-"$(uname -r)" \
kernel-modules-"$(uname -r)"

Expand Down

0 comments on commit e081620

Please sign in to comment.