From 38d337a5b749713b34568ee55ad747522f26ef94 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 14 May 2021 21:12:05 -0400 Subject: tests: Conditionally include tests/go.scm. The Go importer module requires a recent guile-glib; the test should only be run when such requirement is met. * Makefile.am (SCM_TESTS)[HAVE_GUILE_LIB]: Add tests/go.scm only if this condition is met. Reported-by: Chris Marusich --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4cbef5a6e6..e688e21498 100644 --- a/Makefile.am +++ b/Makefile.am @@ -461,7 +461,6 @@ SCM_TESTS = \ tests/git-authenticate.scm \ tests/glob.scm \ tests/gnu-maintenance.scm \ - tests/go.scm \ tests/grafts.scm \ tests/graph.scm \ tests/gremlin.scm \ @@ -510,6 +509,10 @@ SCM_TESTS = \ tests/uuid.scm \ tests/workers.scm +if HAVE_GUILE_LIB +SCM_TESTS += tests/go.scm +endif + if BUILD_DAEMON_OFFLOAD SCM_TESTS += tests/offload.scm else -- cgit v1.2.3 From ed5a75c73054edf22c888e285ffcfe978f945e92 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 20 May 2021 14:51:56 -0400 Subject: gnu: linux-libre: Update to 5.12.5. * gnu/packages/linux.scm (linux-libre-5.11-version, deblob-scripts-5.11, linux-libre-5.11-pristine-source, linux-libre-5.11-source, linux-libre-headers-5.11, linux-libre-5.11): Remove variables. (linux-libre-version, linux-libre-pristine-source, linux-libre-source, linux-libre): Update to the 5.12 kernel series. (linux-libre-with-bpf): Update to the 5.12 kernel series. * gnu/packages/aux-files/linux-libre/5.11-arm.conf, gnu/packages/aux-files/linux-libre/5.11-arm64.conf, gnu/packages/aux-files/linux-libre/5.11-i686.conf, gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e688e21498..8db7d6a320 100644 --- a/Makefile.am +++ b/Makefile.am @@ -367,10 +367,6 @@ AUX_FILES = \ gnu/packages/aux-files/linux-libre/5.12-arm64.conf \ gnu/packages/aux-files/linux-libre/5.12-i686.conf \ gnu/packages/aux-files/linux-libre/5.12-x86_64.conf \ - gnu/packages/aux-files/linux-libre/5.11-arm.conf \ - gnu/packages/aux-files/linux-libre/5.11-arm64.conf \ - gnu/packages/aux-files/linux-libre/5.11-i686.conf \ - gnu/packages/aux-files/linux-libre/5.11-x86_64.conf \ gnu/packages/aux-files/linux-libre/5.10-arm.conf \ gnu/packages/aux-files/linux-libre/5.10-arm64.conf \ gnu/packages/aux-files/linux-libre/5.10-i686.conf \ -- cgit v1.2.3