summaryrefslogtreecommitdiffstats
path: root/qa/workunits/kernel_untar_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/workunits/kernel_untar_build.sh')
-rwxr-xr-xqa/workunits/kernel_untar_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/workunits/kernel_untar_build.sh b/qa/workunits/kernel_untar_build.sh
index 9b60f065c..602ce04a7 100755
--- a/qa/workunits/kernel_untar_build.sh
+++ b/qa/workunits/kernel_untar_build.sh
@@ -2,11 +2,11 @@
set -e
-wget -O linux.tar.gz http://download.ceph.com/qa/linux-5.4.tar.gz
+wget -O linux.tar.xz http://download.ceph.com/qa/linux-6.5.11.tar.xz
mkdir t
cd t
-tar xzf ../linux.tar.gz
+tar xJf ../linux.tar.xz
cd linux*
make defconfig
make -j`grep -c processor /proc/cpuinfo`