]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: run kernel_untar_build with newer tarball 54713/head
authorMilind Changire <mchangir@redhat.com>
Tue, 14 Nov 2023 10:05:50 +0000 (15:35 +0530)
committerMilind Changire <mchangir@redhat.com>
Wed, 29 Nov 2023 11:22:05 +0000 (16:52 +0530)
Replace old tarball link with a url link to linux-6.5.11.tar.xz.

Fixes: https://tracker.ceph.com/issues/57655
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit b150e935e8433ce594d9ab25b16094e616d2f489)

qa/workunits/kernel_untar_build.sh

index 9b60f065c8d87ba963d07afed3f2595c0df203d4..602ce04a7c6c7cdedeb0d7d8fe68ce82f760e907 100755 (executable)
@@ -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`