Commit afe5380
authored
[CI] Fix check-sycl with oneAPI-built compiler (#21753)
When setting up the oneAPI env we source the `setupvars.sh` script which
sets many envvars including `CMAKE_PREFIX_PATH`, which messes up our
environment for building the compiler. Just don't set it.
Fail:
https://github.com/intel/llvm/actions/runs/24325175633/job/71018931276
Working with fix (only oneAPI job matters):
https://github.com/intel/llvm/actions/runs/24352663962/job/71111116646
`check-clang` fail is not related.
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>1 parent cc439a1 commit afe5380
2 files changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
0 commit comments