Skip to content

Commit 0f8ebbf

Browse files
committed
Rewrite comment about reconfiguring build-e2e
1 parent 80cd96d commit 0f8ebbf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/sycl-windows-run-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,10 @@ jobs:
186186
export LIT_OPTS="-v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param test-mode=${{ inputs.e2e_testing_mode }} ${{ inputs.extra_lit_opts }}"
187187
cmake --build build-e2e --target check-sycl-e2e
188188
189-
# There are issues with running the tests with the same CMakeCache.txt, or
190-
# even rebuilding it on top of an existing one in gen12, so we remove the
191-
# configuration files before packing
189+
# Github CI doesn't support containers on Windows, so we cannot guarantee
190+
# that paths are the same between building and running systems. To avoid
191+
# CMake issues related to absolute paths we reconfigure the build-e2e
192+
# folder on the run system.
192193
- name: Remove E2E configuration files
193194
if: ${{ always() && inputs.tests_selector == 'e2e' && inputs.e2e_testing_mode == 'build-only' }}
194195
shell: bash

0 commit comments

Comments
 (0)