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

Add Clang 19.1.0 to Ubuntu-24.04 #11259

Open
3 of 17 tasks
Rinzii opened this issue Jan 1, 2025 · 1 comment
Open
3 of 17 tasks

Add Clang 19.1.0 to Ubuntu-24.04 #11259

Rinzii opened this issue Jan 1, 2025 · 1 comment

Comments

@Rinzii
Copy link

Rinzii commented Jan 1, 2025

Tool name

Clang

Tool license

Apache-2.0 with LLVM-exception license

Add or update?

  • Add
  • Update

Desired version

19.1.0

Approximate size

No response

Brief description of tool

The most modern iteration of the Clang C++ compiler.

URL for tool's homepage

https://releases.llvm.org/

Provide a basic test case to validate the tool's functionality.

#include <iostream>

int main() {
    std::cout << "Hello World!";
    return 0;
}

Platforms where you need the tool

  • Azure DevOps
  • GitHub Actions

Runner images where you need the tool

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

Can this tool be installed during the build?

wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19

Tool installation time in runtime

No response

Are you willing to submit a PR?

no

@lakshminarayana02
Copy link

Hi, thank you for notifiying us. We will work on it, however we are under a deployment freeze period.
to Ans you query, yes, you can upgrade any version, as well as install any tool in runtime.

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

No branches or pull requests

3 participants