summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-01-14 03:01:37 +0100
committerLeo Famulari <leo@famulari.name>2024-01-22 13:24:20 -0500
commit10a193596368443f441077525ebbddf787d91e4b (patch)
treebf8c432eb846881294e6ae254a0dd8ec71a26c5e /gnu/tests
parent29c26a8d308286cf378ce9cfa3d73e3d1454263d (diff)
gnu: Remove linux-libre 4.14.
* gnu/packages/linux.scm (linux-libre-4.14-version, linux-libre-4.14-gnu-revision, deblob-scripts-4.14, linux-libre-4.14-pristine-source, linux-libre-4.14-source, linux-libre-headers-4.14, linux-libre-4.14, linux-libre-arm-generic-4.14, linux-libre-arm-omap2plus-4.14): Remove variables. * gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove aforementioned .conf files. * gnu/tests/base.scm (%test-linux-libre-4.14): Remove variable. Change-Id: I40393b5f46b989848d569c929f1d9c986736553e
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/base.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index 5584628514..acba1ebd25 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -56,7 +56,6 @@
%test-linux-libre-5.10
%test-linux-libre-5.4
%test-linux-libre-4.19
- %test-linux-libre-4.14
%test-halt
%test-root-unmount
%test-cleanup
@@ -580,9 +579,6 @@ functionality tests, using the given KERNEL.")
(define %test-linux-libre-4.19
(test-basic-os linux-libre-4.19))
-(define %test-linux-libre-4.14
- (test-basic-os linux-libre-4.14))
-
;;;
;;; Halt.