You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #18648
---------
Signed-off-by: Sarnie, Nick <[email protected]>
Co-authored-by: aelovikov-intel <[email protected]>
0 commit comments