qa: run kernel_untar_build with newer tarball

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>
This commit is contained in:
Milind Changire 2023-11-14 15:35:50 +05:30
parent 474f9a5483
commit b150e935e8
No known key found for this signature in database
GPG Key ID: 8A72967603AE8AA0

View File

@ -2,11 +2,11 @@
set -ex
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`