guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: ci: Build tuned packages for common baselines.


From: guix-commits
Subject: 02/06: gnu: ci: Build tuned packages for common baselines.
Date: Mon, 18 Dec 2023 01:54:19 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6e6ccef212b014a0526f93d58f263e238d4eb1cf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 10 09:50:51 2023 +0200

    gnu: ci: Build tuned packages for common baselines.
    
    * gnu/ci.scm (%x86-64-micro-architectures): Update the list of
    micro-architectures to also match the psABI levels.
    
    Change-Id: Iee2f65376a00ad2ee5fb393c2e64c07f866d8116
---
 gnu/ci.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 38dc4d1d5c..6ee8499728 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -373,7 +373,7 @@ valid.  Append SUFFIX to the job name."
 
 (define %x86-64-micro-architectures
   ;; Micro-architectures for which we build tuned variants.
-  '("westmere" "ivybridge" "haswell" "skylake" "skylake-avx512"))
+  '("haswell" "skylake" "x86-64-v2" "x86-64-v3" "x86-64-v4"))
 
 (define (tuned-package-jobs store package system)
   "Return a list of jobs for PACKAGE tuned for SYSTEM's micro-architectures."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]