linux_5_13: drop

5.13.19 was the last 5.13 release and the version is now EOL[1].

[1] https://lwn.net/Articles/869747/

(cherry picked from commit 01eb8ec98a52c1e7317fd62f5bc58db30951e716)
This commit is contained in:
Maximilian Bosch
2021-09-30 11:13:19 +02:00
parent 182eea7232
commit 8079b1a3c8
4 changed files with 0 additions and 35 deletions
-1
View File
@@ -31,7 +31,6 @@ with pkgs; {
linux_4_19 = makeKernelTest "4.19" linuxPackages_4_19;
linux_5_4 = makeKernelTest "5.4" linuxPackages_5_4;
linux_5_10 = makeKernelTest "5.10" linuxPackages_5_10;
linux_5_13 = makeKernelTest "5.13" linuxPackages_5_13;
linux_5_14 = makeKernelTest "5.14" linuxPackages_5_14;
linux_testing = makeKernelTest "testing" linuxPackages_testing;