]> 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 08:57:33 +0000 (09:57 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 29 Jul 2024 08:57:33 +0000 (09:57 +0100)
.github/workflows/ci-deb.yml

index 131f9076651f56b8fdf0bd0d61838975167f0caa..e43b2e96adc7a0f4a5e508f03aea176bf1df5144 100644 (file)
@@ -95,10 +95,10 @@ jobs:
         key: hostapd-${{ matrix.env.NAME }}-${{ env.HOSTAPD_GIT_TAG }}-v1
 
     # Debian sid defaults to gcc12 which fails to build eapol_test
-    - name: Install GCC 10 for eapol_test build
+    - name: Install GCC 11 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