File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments