-
Notifications
You must be signed in to change notification settings - Fork 738
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
[CI] Fix CI issues caused by recent UR version bump #14796
Conversation
This version bump includes fixes that should resolve post-commit CI errors.
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.
please update the description to mention that this now also includes a UR update that has a fix for the warning.
@intel/dpcpp-devops-reviewers please review. This fixes post commit jobs. |
As per offline sync with @kbenzie, we will let this through before the PI removal to get post-commit up again. |
Hi all. JFYI, @kswiecicki.
UPD: Rolling back to the commit before #13343 helps. |
hwloc
became a dependency after #13343 was merged. CI infrastructure has been updated to havehwloc
installed, but it's still missing on macOS runner.Additionally, UMF compile options caused errors on SYCL runners that should be resolved after UR version bump included in this patch.
Logs: https://github.com/intel/llvm/actions/runs/10106492701/job/27948711331 and https://github.com/intel/llvm/actions/runs/10106492701/job/27948711538.