From 1f50c8750a0799ac2bdde55926b35aae3a73d73f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 8 Jul 2022 17:24:01 -0400 Subject: gnu: phoronix-test-suite: Use latest version of gcc-toolchain. This is less likely to conflict with a user installed gcc-toolchain, unless they installed a specific version of it. * gnu/packages/benchmark.scm (gcc-toolchain*): Use gcc-toolchain-12 instead of gcc-toolchain. --- gnu/packages/benchmark.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/benchmark.scm') diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index f0e05483f0..4ea12e4cf3 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -63,10 +63,11 @@ (define-module (gnu packages benchmark) #:use-module (gnu packages xml) #:use-module (ice-9 match)) -;; Lazily resolve the gcc-toolchain to avoid a circular dependency. +;; Lazily resolve the gcc-toolchain to avoid a circular dependency. Always +;; use the latest available toolchain to avoid conflicts in user profiles. (define gcc-toolchain* (delay (module-ref (resolve-interface '(gnu packages commencement)) - 'gcc-toolchain))) + 'gcc-toolchain-12))) (define-public fio (package -- cgit v1.2.3