Add unit testing of GParted exFAT interface (!30)

Install exfatprogs into the CentOS 7 GitLab CI image, enabling unit
testing of GParted's use of exFAT programs.  Exfatprogs is not yet
available for Ubuntu 20.04 as used in the Ubuntu GitLab CI image, only
for Ubuntu 20.10 so far.

Closes !30 - Add exFAT support
This commit is contained in:
Mike Fleetwood 2021-01-13 11:25:41 +00:00 committed by Curtis Gedak
parent b0a061cf7a
commit 3783cb4173
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ stages:
# Extra packages only needed during the test stage.
# Install EPEL repo first for f2fs-tools and ntfsprogs.
- yum install -y epel-release
- yum install -y btrfs-progs e2fsprogs f2fs-tools dosfstools mtools
hfsplus-tools util-linux cryptsetup device-mapper lvm2
ntfsprogs udftools xfsprogs xfsdump
- yum install -y btrfs-progs e2fsprogs exfatprogs f2fs-tools dosfstools
mtools hfsplus-tools util-linux cryptsetup device-mapper
lvm2 ntfsprogs udftools xfsprogs xfsdump
xorg-x11-server-Xvfb kmod
- cat /etc/os-release
- systemd-machine-id-setup