Commit cc21caf
[CI] Test 'all' cmake target in nightly (intel#18701)
There was a case where we broke build for the `all` target but
`sycl-toolchain` worked, so build `all` to catch this.
Nightly run
[here](https://github.com/intel/llvm/actions/runs/15302502386), failures
not because of this.
We need the `||` part in ` ${{ inputs.build_target || 'sycl-toolchain'
}}` because for the `workflow_dispatch` case, we already have 10 input
args which is the max so we can't always have a `inputs.build_target`
available without more work.
Closes: intel#18648
---------
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
Co-authored-by: aelovikov-intel <andrei.elovikov@intel.com>1 parent 731b967 commit cc21caf
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
180 | | - | |
| 184 | + | |
| 185 | + | |
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments