summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-19 14:39:51 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-21 18:59:21 -0700
commitf8e875d2c06f09a0801a9a50c212b092a383a759 (patch)
treee9e1037389f3d3e503fbf8c258351c3c1d29376a /gnu/tests
parentf4bd7c1b281e26ba21f599049611f0d40346a6db (diff)
gnu: linux-libre 5.10: Drop support.
* gnu/packages/linux.scm (linux-libre-5.10-version, linux-libre-5.10-gnu-revision, deblob-scripts-5.10, linux-libre-5.10-pristine-source, linux-libre-5.10-source, linux-libre-headers-5.10, linux-libre-arm-generic-5.10, linux-libre-arm64-generic-5.10): Remove variables. * gnu/tests/base.scm (%test-linux-libre-5.10): Remove variable. * gnu/packages/aux-files/linux-libre/5.10-arm.conf: Remove file. * gnu/packages/aux-files/linux-libre/5.10-arm64.conf: Remove file. * gnu/packages/aux-files/linux-libre/5.10-i686.conf: Remove file. * gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Remove file. * Makefile.am (AUX_FILES): Deregister files.
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 f9c34a6b7f3..eeac6865b08 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -58,7 +58,6 @@
58 %test-linux-libre-6.6 58 %test-linux-libre-6.6
59 %test-linux-libre-6.1 59 %test-linux-libre-6.1
60 %test-linux-libre-5.15 60 %test-linux-libre-5.15
61 %test-linux-libre-5.10
62 %test-halt 61 %test-halt
63 %test-root-unmount 62 %test-root-unmount
64 %test-cleanup 63 %test-cleanup
@@ -678,9 +677,6 @@ test \"$BASHRC_D_OK\" = yes"))
678(define %test-linux-libre-5.15 677(define %test-linux-libre-5.15
679 (test-basic-os linux-libre-5.15)) 678 (test-basic-os linux-libre-5.15))
680 679
681(define %test-linux-libre-5.10
682 (test-basic-os linux-libre-5.10))
683
684 680
685;;; 681;;;
686;;; Halt. 682;;; Halt.