Skip to content
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] Move testing to Ubuntu 24.04 everywhere #16463

Draft
wants to merge 2 commits into
base: sycl
Choose a base branch
from

Conversation

sarnex
Copy link
Contributor

@sarnex sarnex commented Dec 23, 2024

Move testing to Ubuntu 24.04, as 22.04 support is being dropped in various places.

Also, clean up the oneAPI image to not copy-paste the normal build image.

I also had to cherry pick an upstream patch that is needed to fix an issue exposed by the newer GCC version in Ubuntu 24.04.

I also had to fix two issues related to the new stdlibc++ version used (was 11, now 13),

I will make sure to manually merge this patch instead of squashing so that we don't lose the history.

arichardson and others added 2 commits December 24, 2024 14:40
…117813)

It turns out we were not passing -m32 to the check_c_source_compiles()
invocation since CMAKE_REQUIRE_FLAGS needs to be string separated list
and
we were passing a ;-separated CMake list which appears to be parsed by
CMake as 'ignore all arguments beyond the first'.
Fix this by transforming the list to a command line first.

With this change, Clang 17 no longer claims to support _Float16 for
i386.
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants