-
Notifications
You must be signed in to change notification settings - Fork 787
[CI] Use Ubuntu 24.04 for dev-igc and unstable #16255
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
Signed-off-by: Sarnie, Nick <[email protected]>
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.
one potential problem, otherwise LGTM.
Signed-off-by: Sarnie, Nick <[email protected]>
@bader Ping for doc review? Thanks |
development kits for NVidia/AMD from the `ubuntu2204_build` container. | ||
- `ghcr.io/intel/llvm/ubuntu2404_intel_drivers`: contains everything from the | ||
Ubuntu 24.04 base container + pre-installed Intel drivers. | ||
The image comes in two flavors/tags: |
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.
I believe we should provide latest
and alldeps
for Ubuntu 24.04 as well. Any plans for enabling them in the future?
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.
sure, ill do it after i fix the igc-dev builds which is my overall goal with these PRs
Those dockerfiles were previosly renamed on `sycl` branch in intel#16255 and intel#16680. When we synced `.github` and `devops` changes from `sycl` to `sycl-rel-6_1_0` in intel#17612, we copied over new versions, but did not delete the old ones and this PR does exactly that.
dev_igc and unstable need Ubuntu 24.04 now based on the IGC packaging, so move our Dockerfiles and CI to use 24.04 for these.
I needed to manually bump the dev-igc version because the artifacts for the current one are expired so they can't be downloaded anymore so we can't make the Docker image.
The dev-igc CI run is expected to fail here, it always uses the official intel/llvm Docker images, even if the current PR updates them, so we need to wait for this PR to be merged to test it. I'll watch it once we merge.