Skip to content

[Devops] Include nightly in main base image #18725

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

Merged
merged 4 commits into from
Jun 3, 2025

Conversation

RossBrunton
Copy link
Contributor

@RossBrunton RossBrunton commented May 29, 2025

Add https://apt.llvm.org/ as an apt repo to get nightly builds.

This container is based on the base 24.04 container but also configures
https://apt.llvm.org/ as an app repo to get nightly builds.
@RossBrunton RossBrunton marked this pull request as ready for review May 29, 2025 11:11
@RossBrunton RossBrunton requested a review from a team as a code owner May 29, 2025 11:11
@RossBrunton RossBrunton requested a review from sarnex May 29, 2025 11:11
Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we just add this into ubuntu2404_base instead of making a new container just with this? It's just an APT key/repo so it shouldn't effect anything.

@RossBrunton
Copy link
Contributor Author

@sarnex This repo is for the nightly build, so if it were added to the default image then anyone installing clang and similar would get the nightly versions rather than the default versions shipped with Ubuntu 24.04.

@sarnex
Copy link
Contributor

sarnex commented May 29, 2025

All of the containers in this repo are private, they aren't accessible by non-Intel employees and realistically they're only used for this CI or debugging issues in CI so I don't think we need to worry about that.

@RossBrunton RossBrunton changed the title [Devops] Add "llvm_nightly" container [Devops] Include nightly in main base image May 30, 2025
@RossBrunton
Copy link
Contributor Author

RossBrunton commented Jun 3, 2025

@sarnex This is green now and updating the base image. Mind looking over it when you get a chance?

@sarnex sarnex merged commit 67d92b5 into intel:sycl Jun 3, 2025
12 checks passed
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