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

Add support for LLVM 15 #387

Closed
4 of 6 tasks
nathanchance opened this issue Jul 27, 2022 · 3 comments
Closed
4 of 6 tasks

Add support for LLVM 15 #387

nathanchance opened this issue Jul 27, 2022 · 3 comments

Comments

@nathanchance
Copy link
Member

nathanchance commented Jul 27, 2022

The release/15.x branch has been cut meaning clang-nightly will now be clang-16 and there will eventually be clang-15 through apt.llvm.org. The transition plan:

  • Wait for LLVM 15 binaries on apt.llvm.org
  • Report availability of LLVM 15 binaries on apt.llvm.org to TuxMake issue tracker (done)
  • Wait for TuxMake to provide clang-15 images (done)
  • Wait for TuxSuite to allow clang-15 to be specified (done)
  • Update generator.yml to provide llvm_14 anchor and copy all llvm_latest builds to it
  • Update generator.yml to shift llvm_latest to 15 and copy all llvm_tot builds to it
@nathanchance
Copy link
Member Author

nathanchance commented Aug 2, 2022

clang-15 is now available on apt.llvm.org (thanks @sylvestre!) so I have requested it as an option for tuxmake.

@sylvestre
Copy link

Welcome ;)

@nathanchance
Copy link
Member Author

TuxMake is done: https://gitlab.com/Linaro/tuxmake/-/merge_requests/277

I have open an issue for TuxSuite: https://gitlab.com/Linaro/tuxsuite/-/issues/171

nathanchance added a commit to nathanchance/continuous-integration2 that referenced this issue Aug 24, 2022
* Add llvm_14 anchor and copy llvm_latest builds to llvm_14.
* Bump llvm_latest to 15 and copy llvm_tot builds to llvm_latest (no
  changes).
* Add schedules.

Closes: ClangBuiltLinux#387
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
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

No branches or pull requests

2 participants