Add unit testing of GParted exFAT interface to ubuntu_test CI job
Now that the docker image for ubuntu:latest has updated to Ubuntu 22.04
LTS [1] and exfatprogs is available [2] add the package to the CI job to
include it in the testing.
[1] Ubuntu Docker official image
https://hub.docker.com/_/ubuntu/
"Supported tags and respective Dockerfile links
...
22.04, ..., latest, ...
"
[2] Ubuntu > Packages > jammy (22.04LTS) > otherosfs > exfatprogs
https://packages.ubuntu.com/jammy/exfatprogs
[3] 3783cb4173
Add unit testing of GParted exFAT interface (!30)
This commit is contained in:
parent
a46c0cbe80
commit
bfea656209
|
@ -47,10 +47,11 @@ stages:
|
|||
libglib2.0-dev-bin uuid-dev libparted-dev
|
||||
libgtkmm-3.0-dev policykit-1
|
||||
# Extra packages only needed during the test stage.
|
||||
- apt-get install -y btrfs-progs e2fsprogs f2fs-tools dosfstools mtools
|
||||
hfsutils hfsprogs jfsutils util-linux cryptsetup-bin
|
||||
dmsetup lvm2 nilfs-tools ntfs-3g reiser4progs
|
||||
reiserfsprogs udftools xfsprogs xfsdump xvfb kmod
|
||||
- apt-get install -y btrfs-progs e2fsprogs exfatprogs f2fs-tools dosfstools
|
||||
mtools hfsutils hfsprogs jfsutils util-linux
|
||||
cryptsetup-bin dmsetup lvm2 nilfs-tools ntfs-3g
|
||||
reiser4progs reiserfsprogs udftools xfsprogs xfsdump
|
||||
xvfb kmod
|
||||
|
||||
.build_stage_template: &build_stage_definition
|
||||
stage: build
|
||||
|
|
Loading…
Reference in New Issue