Commit b62432d
authored
[CI] Fix Linux OneAPI build LIT tests (#19641)
Dumb interaction between github workflow variable usage in bash scripts,
the variable happens to contain quotes only for the oneAPI build so that
broke when I added these bash `if` statements. Make it a bash var to fix
it.
Bad:
https://github.com/intel/llvm/actions/runs/16612784850/job/47040968439
(HEAD)
Good:
https://github.com/intel/llvm/actions/runs/16627822780/job/47051427259
(this PR)
---------
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>1 parent fa6bc3d commit b62432d
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | | - | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
200 | 206 | | |
201 | 207 | | |
202 | 208 | | |
203 | | - | |
| 209 | + | |
204 | 210 | | |
205 | 211 | | |
206 | 212 | | |
| |||
0 commit comments