Groups
Groups
Sign in
Groups
Groups
vim_dev
Conversations
About
Send feedback
Help
Commit: CI: use deb822 style for llvm source
0 views
Skip to first unread message
Christian Brabandt
unread,
May 10, 2025, 8:30:15 AM
5/10/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
CI: use deb822 style for llvm source
Commit:
https://github.com/vim/vim/commit/9955c125fa1ef4273faa5760c3bb957aabdbfc28
Author: Philip H. <
47042125...@users.noreply.github.com
>
Date: Sat May 10 14:23:36 2025 +0200
CI: use deb822 style for llvm source
closes:
https://github.com/vim/vim/issues/17285
Signed-off-by: Philip H. <
47042125...@users.noreply.github.com
>
Signed-off-by: Christian Brabandt <
c...@256bit.org
>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a5bd4e2cf..3f2e06df5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -190,9 +190,14 @@ jobs:
- name: Install clang-${{ env.CLANG_VER }}
if: matrix.compiler == 'clang'
run: |
- wget -O -
https://apt.llvm.org/llvm-snapshot.gpg.key
| sudo apt-key add -
. /etc/lsb-release
- sudo add-apt-repository -y "deb
http://apt.llvm.org/${DISTRIB_CODENAME}/
llvm-toolchain-${DISTRIB_CODENAME}-${{ env.CLANG_VER }} main"
+ curl -fsSL
https://apt.llvm.org/llvm-snapshot.gpg.key
| gpg --dearmor | sudo tee /usr/share/keyrings/llvm-archive-keyring.gpg > /dev/null
+ echo "Types: deb
+ URIs:
https://apt.llvm.org/${DISTRIB_CODENAME}/
+ Suites: llvm-toolchain-${DISTRIB_CODENAME}-${{ env.CLANG_VER }}
+ Components: main
+ Signed-By: /usr/share/keyrings/llvm-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/llvm-toolchain.sources > /dev/null
+ sudo apt-get update -y
sudo apt-get install -y clang-${{ env.CLANG_VER }} llvm-${{ env.CLANG_VER }}
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${{ env.CLANG_VER }} 100
sudo update-alternatives --set clang /usr/bin/clang-${{ env.CLANG_VER }}
Reply all
Reply to author
Forward
0 new messages