mirror of
https://github.com/ceph/ceph
synced 2025-03-09 09:48:09 +00:00
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:
parent
474f9a5483
commit
b150e935e8
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user