Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@indy256
Copy link
Owner

@indy256 indy256 commented Jun 14, 2025

No description provided.

@indy256 indy256 requested a review from Copilot June 14, 2025 16:20

This comment was marked as outdated.

@indy256 indy256 requested a review from Copilot June 14, 2025 16:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the Ubuntu LLVM toolchain from Clang 20 to Clang 21 in the CI workflow.

  • Switches the apt repository from llvm-toolchain-focal-20 to llvm-toolchain-noble for Clang 21
  • Updates the compile commands to install and invoke clang-21 instead of clang-20
Comments suppressed due to low confidence (2)

.github/workflows/cpp.yml:36

  • The Ubuntu codename 'noble' may not be supported by apt.llvm.org for the Clang toolchain. Verify that this distribution exists on apt.llvm.org or use a valid codename (e.g., 'jammy' or 'mantic').
sudo add-apt-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble main"

.github/workflows/cpp.yml:37

  • [nitpick] Clang version '21' is hard-coded in multiple steps; consider defining the version as a single variable or workflow input to simplify future upgrades.
sudo apt-get install clang-21

@indy256 indy256 merged commit 37de2f1 into main Jun 14, 2025
13 checks passed
@indy256 indy256 deleted the indy256-patch-1 branch June 14, 2025 16:47
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.

2 participants