Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61c4eda

Browse files
committed
Use both override options!
1 parent d8a5ab3 commit 61c4eda

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
module --force purge
6969
export EESSI_DEBUG_INIT=1
7070
export EESSI_VERSION_OVERRIDE=2025.06-001
71+
export EESSI_ARCHDETECT_OPTIONS_OVERRIDE=riscv64/generic
7172
export EESSI_SOFTWARE_SUBDIR_OVERRIDE=riscv64/generic
7273
export EESSI_ACCELERATOR_TARGET_OVERRIDE="does/not/exist"
7374
export EESSI_CPU_FAMILY_OVERRIDE=x86_64

.github/workflows/prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ jobs:
5353
module --force purge
5454
export EESSI_DEBUG_INIT=1
5555
export EESSI_VERSION_OVERRIDE=2025.06-001
56+
export EESSI_ARCHDETECT_OPTIONS_OVERRIDE=riscv64/generic
5657
export EESSI_SOFTWARE_SUBDIR_OVERRIDE=riscv64/generic
5758
export EESSI_ACCELERATOR_TARGET_OVERRIDE="does/not/exist"
5859
export EESSI_CPU_FAMILY_OVERRIDE=x86_64
5960
module load EESSI/2025.06
6061
module load EasyBuild/5
6162
module load EESSI-extend
63+
module load EESSI/2025.0
6264
echo $MODULEPATH
6365
python scripts/generate_data_files.py --eessi-version 2025.06-001 --repository "dev.eessi.io/riscv"
6466
)

0 commit comments

Comments
 (0)