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

Clang 12 will be removed from Ubuntu 22.04 image on September 25 #8263

Closed
3 of 9 tasks
mikhailkoliada opened this issue Sep 11, 2023 · 2 comments
Closed
3 of 9 tasks
Assignees
Labels
Announcement Area: Clang Area: Common Tools awaiting-deployment Code complete; awaiting deployment and/or deployment in progress OS: Ubuntu

Comments

@mikhailkoliada
Copy link
Contributor

Breaking changes

Clang 12 will be removed from the Ubuntu 22.04 image.

Target date

Image deployment is starting on September 25 and will take 3-4 days.

The motivation for the changes

As per our software support policy, we are supporting only 3 latest versions of clang.

Possible impact

If your projects depend on clang 12 they might be broken.

Platforms affected

  • Azure DevOps
  • GitHub Actions

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Mitigation ways

The package can still be installed at runtime by running the sudo apt-get install cling-12 command.

@mikhailkoliada mikhailkoliada self-assigned this Sep 19, 2023
@mikhailkoliada mikhailkoliada added the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Sep 19, 2023
@mikhailkoliada mikhailkoliada pinned this issue Sep 21, 2023
fcooper8472 added a commit to Chaste/Chaste that referenced this issue Sep 26, 2023
2bndy5 added a commit to nRF24/pyRF24 that referenced this issue Sep 27, 2023
github's ubuntu-latest runners no longer include it.
see actions/runner-images#8263
@mikhailkoliada
Copy link
Contributor Author

Removed

@mikhailkoliada mikhailkoliada unpinned this issue Sep 28, 2023
shibainuudon added a commit to shibainuudon/HamonCore that referenced this issue Sep 28, 2023
Ubuntu 22.04 イメージからClang 12が取り除かれたため
actions/runner-images#8263
thilinarmtb added a commit to nomp-org/libnomp that referenced this issue Oct 2, 2023
thilinarmtb added a commit to nomp-org/libnomp that referenced this issue Oct 2, 2023
thilinarmtb added a commit to nomp-org/libnomp that referenced this issue Oct 2, 2023
thilinarmtb added a commit to nomp-org/libnomp that referenced this issue Oct 2, 2023
thilinarmtb added a commit to nomp-org/libnomp that referenced this issue Oct 2, 2023
github-actions bot added a commit to ChampSim/ChampSim that referenced this issue Oct 3, 2023
Author: Nathan Gober
Committer: Nathan Gober

fix: fixed workflow where clang-12 was removed from Ubuntu-22.04. actions/runner-images#8263
JSUYA added a commit to JSUYA/embedder that referenced this issue Oct 6, 2023
clang 12 has been removed from ubuntu-latest(22.04).
actions/runner-images#8263
JSUYA added a commit to JSUYA/embedder that referenced this issue Oct 6, 2023
clang 12 has been removed from ubuntu-latest(22.04).
actions/runner-images#8263
reicheratwork added a commit to reicheratwork/cyclonedds-cxx that referenced this issue Nov 7, 2023
Following this declaration:
actions/runner-images#8263
updated the Ubuntu 22.04 clang pipelines to use clang(++) version 13
as Github only wants to support the latest 3 versions of clang, which
are 13,14,15 starting 25.09.2023

Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>
reicheratwork added a commit to reicheratwork/cyclonedds-cxx that referenced this issue Nov 7, 2023
Following this declaration:
actions/runner-images#8263
updated the Ubuntu 22.04 clang pipelines to use clang(++) version 13
as Github only wants to support the latest 3 versions of clang, which
are 13,14,15 starting 25.09.2023

Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>
eboasson pushed a commit to eclipse-cyclonedds/cyclonedds-cxx that referenced this issue Nov 8, 2023
Following this declaration:
actions/runner-images#8263
updated the Ubuntu 22.04 clang pipelines to use clang(++) version 13
as Github only wants to support the latest 3 versions of clang, which
are 13,14,15 starting 25.09.2023

Signed-off-by: Martijn Reicher <martijn.reicher@zettascale.tech>
@echoix
Copy link

echoix commented Nov 29, 2023

sudo apt-get install cling-12

I think you meant
sudo apt-get install clang-12
Is it possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Announcement Area: Clang Area: Common Tools awaiting-deployment Code complete; awaiting deployment and/or deployment in progress OS: Ubuntu
Projects
None yet
Development

No branches or pull requests

2 participants