-
Notifications
You must be signed in to change notification settings - Fork 794
[Clang][CI] Extend clang version output #20520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
940e0dc
4c1a84c
698f908
479b59d
897670a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,7 +29,10 @@ jobs: | |
| secrets: inherit | ||
| with: | ||
| build_cache_root: "/__w/" | ||
| build_configure_extra_args: '--hip --cuda' | ||
| build_configure_extra_args: | | ||
| --hip --cuda \ | ||
| -DLLVM_VC_REPOSITORY="${{ github.repositoryUrl }}" -DLLVM_VC_REVISION="${{ github.sha }} Nightly build" \ | ||
|
||
| -DCLANG_VC_REPOSITORY="${{ github.repositoryUrl }}" -DCLANG_VC_REVISION="${{ github.sha }} Nightly build" | ||
| build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest | ||
|
|
||
| retention-days: 90 | ||
|
|
@@ -191,7 +194,10 @@ jobs: | |
| # functionality, make sure Linux/Windows names follow the same pattern. | ||
| toolchain_artifact_filename: sycl_windows.tar.gz | ||
| # Disable the spirv-dis requirement as to not require SPIR-V Tools. | ||
| build_configure_extra_args: -DLLVM_SPIRV_ENABLE_LIBSPIRV_DIS=off | ||
| build_configure_extra_args: | | ||
| -DLLVM_SPIRV_ENABLE_LIBSPIRV_DIS=off ^ | ||
| -DLLVM_VC_REPOSITORY="${{ github.repositoryUrl }}" -DLLVM_VC_REVISION="${{ github.sha }} Nightly build" ^ | ||
| -DCLANG_VC_REPOSITORY="${{ github.repositoryUrl }}" -DCLANG_VC_REVISION="${{ github.sha }} Nightly build" | ||
| build_target: all | ||
|
|
||
| e2e-win: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.