Skip to content

Commit c30e04b

Browse files
committed
exclude x86_64/intel/sapphire_rapids for now from overview of available software
1 parent 57ea75b commit c30e04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/available_software/available_software.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
2626

2727
# some CPU targets are excluded for now, because software layer is too incomplete currently
28-
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx']
28+
EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/intel/sapphire_rapids']
2929

3030

3131
# --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)