summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-02-24 15:53:26 -0800
committerVagrant Cascadian <vagrant@debian.org>2026-03-05 14:59:55 -0800
commit2126b510ce9f7b075e72e1a7f71a5284fb85fb22 (patch)
tree7a17428ad22608d602ffb885c6f5dd72ab29eaec /gnu/tests
parent53bb5afabe1c54357045bfbcd4416ea586feb25a (diff)
gnu: Remove linux-libre 5.4.
gnu/packages/linux.scm (linux-libre-5.4-version, linux-libre-5.4-gnu-revision, deblob-scripts-5.4, linux-libre-5.4-pristine-source, linux-libre-5.4-source, linux-libre-headers-5.4, linux-libre-5.4, linux-libre-headers-5.4, linux-libre-arm-generic-5.4, linux-libre-arm64-generic-5.4): Remove variables. * gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch: Delete file. * gnu/local.mk [dist_patch_DATA]: Deregister patch. * gnu/packages/aux-files/linux-libre/5.4-arm.conf, gnu/packages/aux-files/linux-libre/5.4-arm64.conf, gnu/packages/aux-files/linux-libre/5.4-i686.conf, gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Delete files. * Makefile.am [AUX_FILES]: Deregister them. * gnu/packages/android.scm (adb)[native-inputs]: Use linux-libre-headers-5.15. * gnu/packages/vpn.scm (wireguard-linux-compat): Remove variable. * gnu/tests/base.scm (%test-linux-libre-5.4): Remove variable.
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 403aa20cfff..b65e54222cd 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -56,7 +56,6 @@
%test-basic-os
%test-linux-libre-5.15
%test-linux-libre-5.10
- %test-linux-libre-5.4
%test-halt
%test-root-unmount
%test-cleanup
@@ -679,9 +678,6 @@ test \"$BASHRC_D_OK\" = yes"))
(define %test-linux-libre-5.10
(test-basic-os linux-libre-5.10))
-(define %test-linux-libre-5.4
- (test-basic-os linux-libre-5.4))
-
;;;
;;; Halt.