Skip to content

Revert "Use branded triplet in llvm build on AZL 4.0 (#1734)" - #1735

Merged
premun merged 2 commits into
dotnet:mainfrom
am11:patch-4
Aug 12, 2026
Merged

Revert "Use branded triplet in llvm build on AZL 4.0 (#1734)"#1735
premun merged 2 commits into
dotnet:mainfrom
am11:patch-4

Conversation

@am11

@am11 am11 commented Aug 12, 2026

Copy link
Copy Markdown
Member

@am11
am11 requested review from a team as code owners August 12, 2026 03:17
@am11 am11 changed the title Bring back the azl 4 gcc symlink Revert "Use branded triplet in llvm build on AZL 4.0 (#1734)" Aug 12, 2026
@am11

am11 commented Aug 12, 2026

Copy link
Copy Markdown
Member Author

cc @premun, @akoeplinger please publish the new versions with this so we get back the working images. runtime builds broke again.

@premun
premun merged commit bef5ce3 into dotnet:main Aug 12, 2026
10 checks passed
# clang (https://github.com/llvm/llvm-project/blob/main/clang/lib/Driver/ToolChains/Gnu.cpp),
# so we create a symlink with -pc- triplet.
RUN ln -s /usr/lib/gcc/$(uname -m)-azurelinux-linux /usr/lib/gcc/$(uname -m)-pc-linux-gnu && \
ln -s /usr/include/c++/15/$(uname -m)-azurelinux-linux /usr/include/c++/15/$(uname -m)-pc-linux-gnu;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@am11 can we make the 15 more generic here? we'll miss updating this otherwise

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Asterisk would do it (as we install single gcc package).

@am11
am11 deleted the patch-4 branch August 12, 2026 16:37
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.

3 participants