-
Notifications
You must be signed in to change notification settings - Fork 795
[sycl-rel-6_3] Extend clang version output #20637
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
base: sycl-rel-6_3
Are you sure you want to change the base?
Conversation
Same as #20520 Except it modifies sycl-rel-nightly.yml instead of sycl-nightly.yml and adds an input to specify a version of release.
|
@intel/dpcpp-devops-reviewers could you please take a look at sycl-rel-nightly.yml just in case. |
sarnex
left a comment
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.
also nit: typo in pr title
| on: | ||
| workflow_dispatch: | ||
| inputs: | ||
| sycl_build_info: |
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.
should we set type and required?
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.
they are string and false accordingly by-default
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.
cool didnt know that
Almost the same as #20520.
Except it modifies
sycl-rel-nightly.ymlinstead ofsycl-nightly.ymland adds an input to specify a version of release.