Skip to content

Commit ddb5a66

Browse files
authored
[CI] Disable assertions for linux_shared_build in sycl-linux-build.yml (#17894)
This PR addresses #17609, which introduces `--no-assertions` for the archive `sprod_shared`/`linux_shared_build`. This archive is currently not used anywhere: The intention is that we could leverage it for CI runs where performance matters (e.g. benchmarking).
1 parent d666edb commit ddb5a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# prefer widespread gzip compression.
2424
artifact_archive_name: sycl_linux.tar.gz
2525

26+
# Build used for performance testing only: not intended for testing
2627
linux_shared_build:
2728
if: github.repository == 'intel/llvm'
2829
uses: ./.github/workflows/sycl-linux-build.yml
@@ -31,7 +32,7 @@ jobs:
3132
build_cache_root: "/__w/"
3233
build_cache_suffix: sprod_shared
3334
build_artifact_suffix: sprod_shared
34-
build_configure_extra_args: '--shared-libs --hip --cuda --native_cpu'
35+
build_configure_extra_args: '--shared-libs --hip --cuda --native_cpu --no-assertions'
3536

3637
artifact_archive_name: sycl_linux_shared.tar.zst
3738

0 commit comments

Comments
 (0)