]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Debian sid appears to have dropped gcc-10
authorNick Porter <nick@portercomputing.co.uk>
Mon, 29 Jul 2024 09:35:35 +0000 (10:35 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 29 Jul 2024 09:35:35 +0000 (10:35 +0100)
.github/workflows/ci-deb.yml

index 514c048e52de088da29842883fa6cbef5c81c40a..9b855ab961ce9019161e739556c9261f329e473d 100644 (file)
@@ -96,8 +96,8 @@ jobs:
     # Debian sid defaults to gcc12 which fails to build eapol_test
     - name: Install GCC 10 for eapol_test build
       run: |
-        apt-get install -y --no-install-recommends gcc-10
-        update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 && update-alternatives --set gcc /usr/bin/gcc-10
+        apt-get install -y --no-install-recommends gcc-11
+        update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 60 && update-alternatives --set gcc /usr/bin/gcc-11
       if: ${{ matrix.env.OS == 'debian:sid' }}
 
     - name: Build eapol_test