-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update clang on Ubuntu 20 #2087
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
Conversation
Signed-off-by: AshUK <[email protected]>
Signed-off-by: AshUK <[email protected]>
|
Hello, @AshUK |
This reverts commit b16dbd5.
|
/azp run ubuntu1604, ubuntu1804, ubuntu2004 |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@AshUK could you please pull the latest main? We've made some significant changes there so your branch is not working anymore. |
|
/azp run ubuntu2004 |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@AshUK looks like there is no clang-11 package for Ubuntu-20 yet |
Signed-off-by: AshUK <[email protected]>
Signed-off-by: AshUK <[email protected]>
|
@miketimofeev This looks to be true, the test server I have used seems to have had the llvm repository previously installed, I thought it was a clean server. I have updated the PR to use the external llvm installer when installing clang-11 on ubuntu 20. What I am not unsure of is how install was successful on 16 and 18 as when searching the official ubuntu packages clang-11 is not available on these platform either. @AlenaSviridenko can you please run all three pipelines again. |
|
/azp run ubuntu1604, ubuntu1804, ubuntu2004 |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@AshUK I'm afraid we forgot about the issue related to llvm #1536 (comment) |
|
I am closing this PR since as @miketimofeev mentioned we install clang only from default repo. Installing from llvm repo cause issues mentioned above. We will be able to accept this contribution when CLang is added to default repo. |
Description
Adds clang 11 to the clang installer and bumps the default version, tested on a private ubuntu server
Related issue:
#1882
Check list