-
Notifications
You must be signed in to change notification settings - Fork 795
[CI] Disable assertions for linux_shared_build in sycl-linux-build.yml #17894
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
Conversation
|
FYI:- You could use |
This reverts commit 9b38da4.
My assumption here is that we actually want assertions to be disabled by default: If we make it a part of Unless this is what we intended, then I'll go ahead and add it to |
#17616 (comment) |
Oh crap... thanks for the catch, I better go revert that then 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@sarnex thoughts?
| # prefer widespread gzip compression. | ||
| artifact_archive_name: sycl_linux.tar.gz | ||
|
|
||
| # Build used for performance testing only: not intended for testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Build used for performance testing only: not intended for testing | |
| # Shared lib build is used for performance benchmarking that's why building with --no-assertions. |
Something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nobody uses the shared library build so lgtm
This PR addresses #17609, which introduces
--no-assertionsfor the archivesprod_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).