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

Remove clang compiler from noble stemcell #409

Open
wants to merge 1 commit into
base: ubuntu-noble
Choose a base branch
from

Conversation

aramprice
Copy link
Member

@aramprice aramprice commented Jan 24, 2025

This PR resolves #408, and makes progress on #328

Looking for feedback on changes to the various dpkg lists. These were manually edited by looking at the packages installed after running installing clang as follows:

From a stock ubuntu:noble container, via docker run -it ubuntu:noble bash:

; apt update
; apt upgrade --assume-yes
; apt install --assume-yes build-essential
; dpkg -l > before.txt
;  apt install --fix-broken --no-install-recommends --assume-yes clang
; dpkg -l > after.txt

Additional packages after installing clang

based on diff before.txt after.txt

Items with a clear connection to clang, and part of the original commit in Jammy:

clang
clang-18
libclang-common-18-dev
libclang-cpp18
libclang1-18

libgc1

libllvm18
llvm-18-linker-tools

libobjc-13-dev
libobjc4

Items not part of the original clang commit in Jammy:

libedit2 # not part of original clang commit
libicu74 # not part of original clang commit
libxml2 # not part of original clang commit

@aramprice aramprice requested review from lnguyen, a team, mingxiao and ramonskie and removed request for a team and mingxiao January 24, 2025 22:50
Copy link
Contributor

@ramonskie ramonskie left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Pending Merge | Prioritized
Development

Successfully merging this pull request may close these issues.

3 participants