Patch 9.0.1289
Problem: A newer version of clang can be used for CI.
Solution: Switch from clang-15 to clang-16. (closes #11577)
Files: .github/workflows/ci.yml
*** ../vim-9.0.1288/.github/workflows/ci.yml 2023-01-28 10:43:47.157153173
+0000
--- .github/workflows/ci.yml 2023-02-06 20:20:33.033804573 +0000
***************
*** 100,116 ****
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11
100
sudo update-alternatives --set gcc /usr/bin/gcc-11
! - name: Install clang-15
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}-15
main"
! sudo apt install -y clang-15 llvm-15
! sudo update-alternatives --install /usr/bin/clang clang
/usr/bin/clang-15 100
! sudo update-alternatives --set clang /usr/bin/clang-15
! sudo update-alternatives --install /usr/bin/llvm-cov llvm-cov
/usr/bin/llvm-cov-15 100
! sudo update-alternatives --install /usr/bin/asan_symbolize
asan_symbolize /usr/bin/asan_symbolize-15 100
- name: Set up environment
run: |
--- 100,116 ----
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11
100
sudo update-alternatives --set gcc /usr/bin/gcc-11
! - name: Install clang-16
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}-16
main"
! sudo apt install -y clang-16 llvm-16
! sudo update-alternatives --install /usr/bin/clang clang
/usr/bin/clang-16 100
! sudo update-alternatives --set clang /usr/bin/clang-16
! sudo update-alternatives --install /usr/bin/llvm-cov llvm-cov
/usr/bin/llvm-cov-16 100
! sudo update-alternatives --install /usr/bin/asan_symbolize
asan_symbolize /usr/bin/asan_symbolize-16 100
- name: Set up environment
run: |
*** ../vim-9.0.1288/src/version.c 2023-02-06 19:32:03.751105251 +0000
--- src/version.c 2023-02-06 20:22:30.225691971 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1289,
/**/
--
>From "know your smileys":
:-E Has major dental problems
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230206202318.E24AC1C03AF%40moolenaar.net.