From bc63a6581ce5ec51814c454170e9a74776c5adfe Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 21 Jan 2020 10:56:18 -0800 Subject: [PATCH] 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 --- qa/workunits/kernel_untar_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5