Skip to content

Commit df5ca06

Browse files
authored
Merge pull request #48 from bedroge/ci_2025.06_accel
re-enable failing accel-related CI checks for 2025.06
2 parents 99bd04a + dad8665 commit df5ca06

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests_archdetect_nvidia_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- cc01 # non-existing GPU
2020
EESSI_VERSION:
2121
- '2023.06'
22-
#- '2025.06'
22+
- '2025.06'
2323
fail-fast: false
2424
steps:
2525
- name: checkout

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
EESSI_VERSION:
1616
- '2023.06'
17-
#- '2025.06'
17+
- '2025.06'
1818
steps:
1919
- name: Check out software-layer repository
2020
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -95,7 +95,7 @@ jobs:
9595
if [[ "${{ matrix.EESSI_VERSION }}" != "2023.06" ]]; then
9696
check_env_var "EASYBUILD_PREFER_PYTHON_SEARCH_PATH" "EBPYTHONPREFIXES"
9797
check_env_var "EASYBUILD_MODULE_SEARCH_PATH_HEADERS" "include_paths"
98-
check_env_var "EASYBUILD_SEARCH_PATH_CPP_HEADERS" "include_paths"
98+
check_env_var "EASYBUILD_SEARCH_PATH_CPP_HEADERS" "flags"
9999
fi
100100
# verify the configuration is actually valid
101101
eb --show-config

.github/workflows/tests_eessi_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
matrix:
157157
EESSI_VERSION:
158158
- '2023.06'
159-
#- '2025.06'
159+
- '2025.06'
160160
EESSI_SOFTWARE_SUBDIR_OVERRIDE:
161161
- none
162162
- x86_64/amd/zen2

0 commit comments

Comments
 (0)