[projects/pld-builder.new] Revert "- remove kernel 4.14 from the mix, does not build with gcc 11+"
baggins
baggins at pld-linux.org
Fri Jul 9 02:21:27 CEST 2021
commit 1bb9d3ceca820e8c7675e17f0890f8b13dbe6ee2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Jul 9 02:21:04 2021 +0200
Revert "- remove kernel 4.14 from the mix, does not build with gcc 11+"
This reverts commit bae3572e4a42ae7d1b0f7e63e0f9411b99d42085.
client/rebuild-kernel-packages.py | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/client/rebuild-kernel-packages.py b/client/rebuild-kernel-packages.py
index b588d97..7e8e720 100755
--- a/client/rebuild-kernel-packages.py
+++ b/client/rebuild-kernel-packages.py
@@ -11,26 +11,26 @@ import shlex
import subprocess
import sys
-supported_kernels = ['head', '5.10', '5.4', '4.19', '4.9']
+supported_kernels = ['head', '5.10', '5.4', '4.19', '4.14', '4.9']
packages = collections.OrderedDict([
- ('dahdi-linux', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('ipset', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('lin_tape', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('linux-gpib', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('lttng-modules', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('r8168', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('rtl8812au', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('VirtualBox', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('vpb-driver', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('wl', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('xorg-driver-video-nvidia', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.10', '5.4', '4.19', '4.9']),
- ('zfs', ['head', '5.10', '5.4', '4.19', '4.9']),
+ ('dahdi-linux', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('ipset', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('lin_tape', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('linux-gpib', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('lttng-modules', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('r8168', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('rtl8812au', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('VirtualBox', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('vpb-driver', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('wl', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('xorg-driver-video-nvidia', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('xorg-driver-video-nvidia-legacy-390xx', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
+ ('zfs', ['head', '5.10', '5.4', '4.19', '4.14', '4.9']),
('xtables-addons', ['head', '5.10', '5.4', '4.19']),
- ('xtables-addons:XTADDONS_2', ['4.9']),
- ('crash', ['5.4', '4.19', '4.9']),
- ('WireGuard', ['5.4', '4.19', '4.9']),
+ ('xtables-addons:XTADDONS_2', ['4.14', '4.9']),
+ ('crash', ['5.4', '4.19', '4.14', '4.9']),
+ ('WireGuard', ['5.4', '4.19', '4.14', '4.9']),
])
def get_rpmdir():
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/1bb9d3ceca820e8c7675e17f0890f8b13dbe6ee2
More information about the pld-cvs-commit
mailing list