]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: build v5.4 kernel 32763/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Jan 2020 18:56:18 +0000 (10:56 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 21 Jan 2020 21:03:03 +0000 (13:03 -0800)
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 <pdonnell@redhat.com>
qa/workunits/kernel_untar_build.sh

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