aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2023-10-19 18:24:14 -0400
committerTheodore Ts'o <tytso@mit.edu>2023-10-19 18:24:14 -0400
commit50bb03069a2a5ce033864557c720e888e66d20d5 (patch)
tree659e446291db7d40943ae20bae69c9cab686039f
parent8b11b9c57c082fc621e98e15dd02b275b0d0a471 (diff)
downloadxfstests-bld-50bb03069a2a5ce033864557c720e888e66d20d5.tar.gz
test-appliance: install debhelper by default in the GCE test appliance
The kernel compilation server needs the debhelper package so it create the kernel.deb files. So make sure it gets installed so the KCS builds can succeed. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--test-appliance/gce-xfstests-bld.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-appliance/gce-xfstests-bld.sh b/test-appliance/gce-xfstests-bld.sh
index b53058e5..8b4f243f 100644
--- a/test-appliance/gce-xfstests-bld.sh
+++ b/test-appliance/gce-xfstests-bld.sh
@@ -38,6 +38,7 @@ PACKAGES="$ADD_PACKAGES acpid \
dc \
dbench \
dbus \
+ debhelper \
dmsetup \
dosfstools \
duperemove \