From: Patrick Donnelly Date: Tue, 21 Jan 2020 18:56:18 +0000 (-0800) Subject: qa: build v5.4 kernel X-Git-Tag: v15.1.0~132^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32763%2Fhead;p=ceph.git qa: build v5.4 kernel CentOS8 userspace cannot build v4.17 kernel anymore. See also [1]. [1] https://lkml.org/lkml/2019/4/23/517 Fixes: https://tracker.ceph.com/issues/43719 Signed-off-by: Patrick Donnelly --- diff --git a/qa/workunits/kernel_untar_build.sh b/qa/workunits/kernel_untar_build.sh index fbab4aaebc9..9b60f065c8d 100755 --- a/qa/workunits/kernel_untar_build.sh +++ b/qa/workunits/kernel_untar_build.sh @@ -2,7 +2,7 @@ set -e -wget -O linux.tar.gz http://download.ceph.com/qa/linux-4.17.tar.gz +wget -O linux.tar.gz http://download.ceph.com/qa/linux-5.4.tar.gz mkdir t cd t