Make mkfs.xfs available on OpenLab's CI environment
Since 0d0b2bd4f
, devmapper snapshotter needs mkfs.xfs to run all tests.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
parent
dc745fc1e5
commit
cc526a98a4
@ -11,7 +11,7 @@
|
||||
set -xe
|
||||
set -o pipefail
|
||||
apt-get update
|
||||
apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof gperf apparmor
|
||||
apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof gperf apparmor xfsprogs
|
||||
|
||||
go version
|
||||
chdir: '{{ zuul.project.src_dir }}'
|
||||
|
Loading…
Reference in New Issue
Block a user