aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2023-08-03 21:50:29 -0400
committerTheodore Ts'o <tytso@mit.edu>2023-08-03 21:50:29 -0400
commite73e2212ccd73a477aada4726dfc3b59c7676dd8 (patch)
treec0f353bd669e8adc1dc69065243e7eb0fd3fb3ee
parent0558f52b60bb4c30aa653b509290b3877e497c6e (diff)
downloadxfstests-bld-e73e2212ccd73a477aada4726dfc3b59c7676dd8.tar.gz
test-appliance: install the liburing shared library in the appliance
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--test-appliance/gce-xfstests-bld.sh6
-rw-r--r--test-appliance/xfstests-packages.bookworm2
-rw-r--r--test-appliance/xfstests-packages.bullseye1
3 files changed, 7 insertions, 2 deletions
diff --git a/test-appliance/gce-xfstests-bld.sh b/test-appliance/gce-xfstests-bld.sh
index 264e788c..3e201382 100644
--- a/test-appliance/gce-xfstests-bld.sh
+++ b/test-appliance/gce-xfstests-bld.sh
@@ -219,8 +219,12 @@ else
PACKAGES="$PACKAGES exfatprogs"
fi
+if test "$NEW_SUITE" = "bullseye" ; then
+ PACKAGES="$PACKAGES xxd liburing1"
+fi
+
if test "$NEW_SUITE" = "bookworm" ; then
- PACKAGES="$PACKAGES xxd"
+ PACKAGES="$PACKAGES xxd liburing2"
fi
apt-get install -y $PACKAGES
diff --git a/test-appliance/xfstests-packages.bookworm b/test-appliance/xfstests-packages.bookworm
index 334545ce..6085c5df 100644
--- a/test-appliance/xfstests-packages.bookworm
+++ b/test-appliance/xfstests-packages.bookworm
@@ -1,4 +1,4 @@
exfatprogs
libicu72
rsyslog
-
+liburing2
diff --git a/test-appliance/xfstests-packages.bullseye b/test-appliance/xfstests-packages.bullseye
index 9b52357c..4270b470 100644
--- a/test-appliance/xfstests-packages.bullseye
+++ b/test-appliance/xfstests-packages.bullseye
@@ -1,2 +1,3 @@
exfatprogs
libicu67
+liburing1