summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-20 10:36:18 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-21 19:04:29 -0700
commit5bbcd6843addc68fa58aa87393f945e9d92514a4 (patch)
tree1174d80f6f684ab47a181a8476dfa59a14b5e8f8 /gnu/tests
parentf8e875d2c06f09a0801a9a50c212b092a383a759 (diff)
gnu: linux-libre 5.15: Drop support.
* gnu/packages/linux.scm (linux-libre-5.15): Remove variable. * gnu/tests/base.scm (%test-linux-libre-5.15): Remove variable. * gnu/packages/aux-files/linux-libre/5.15-arm.conf: Remove file. * gnu/packages/aux-files/linux-libre/5.15-arm64.conf: Remove file. * gnu/packages/aux-files/linux-libre/5.15-i686.conf: Remove file. * gnu/packages/aux-files/linux-libre/5.15-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 eeac6865b08..f3ebbf72028 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -57,7 +57,6 @@
57 %test-linux-libre-6.12 57 %test-linux-libre-6.12
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
61 %test-halt 60 %test-halt
62 %test-root-unmount 61 %test-root-unmount
63 %test-cleanup 62 %test-cleanup
@@ -674,9 +673,6 @@ test \"$BASHRC_D_OK\" = yes"))
674(define %test-linux-libre-6.1 673(define %test-linux-libre-6.1
675 (test-basic-os linux-libre-6.1)) 674 (test-basic-os linux-libre-6.1))
676 675
677(define %test-linux-libre-5.15
678 (test-basic-os linux-libre-5.15))
679
680 676
681;;; 677;;;
682;;; Halt. 678;;; Halt.