Merge pull request #6668 from kzys/openlab-xfs

Make mkfs.xfs available on OpenLab's CI environment
This commit is contained in:
Derek McGowan 2022-03-14 11:15:44 -07:00 committed by GitHub
commit 9c65a30df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
set -xe set -xe
set -o pipefail set -o pipefail
apt-get update 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 go version
chdir: '{{ zuul.project.src_dir }}' chdir: '{{ zuul.project.src_dir }}'