CI: GCC 13 install fails, so disable that particular ppa
Commit:
https://github.com/vim/vim/commit/13960a8779542adfa50cd2266c7c1cf8f1229d15
Author: Philip H. <[email protected]>
Date: Fri Apr 18 18:48:53 2025 +0200
CI: GCC 13 install fails, so disable that particular ppa
closes: https://github.com/vim/vim/issues/17149
Signed-off-by: Philip H. <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b35c3b65e..fc6cd9663 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
env:
CC: ${{ matrix.compiler }}
- GCC_VER: 13
+ GCC_VER: 14
CLANG_VER: 20
TEST: test
SRCDIR: ./src
@@ -149,7 +149,8 @@ jobs:
if: matrix.compiler == 'gcc'
run: |
# ubuntu-toolchain-r/test PPA for gcc-13 compiler
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
+ # disabled because the installation failed, causing test failures
+ # sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -y
sudo apt-get install -y gcc-${{ env.GCC_VER }}:${{
matrix.architecture }}
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${{
env.GCC_VER }} 100
--
--
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 visit
https://groups.google.com/d/msgid/vim_dev/E1u5p4P-00AuVb-C4%40256bit.org.