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

Build llvm using clang on mariner #842

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Build llvm using clang on mariner #842

merged 1 commit into from
Apr 12, 2023

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Apr 11, 2023

Previously this was building with gcc 11.2.0 (which is installed as an indirect dependency of git, through perl). Building with gcc 11.2.0 hit this bug: dotnet/runtime#84503.

Using clang to compile llvm avoids the issue described there. I also couldn't reproduce the crash with llvm 16 regardless of compiler used to build llvm. However, I figure it's best to use clang here to be safe.

@janvorli @mthalman PTAL

@mthalman
Copy link
Member

/azp run dotnet-buildtools-prereqs-docker-cbl-mariner

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mthalman mthalman requested a review from janvorli April 12, 2023 20:13
Copy link
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@sbomer
Copy link
Member Author

sbomer commented Apr 12, 2023

@mthalman this is ready to merge. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants