]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: update to latest OpenWrt release
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 22 Apr 2026 16:52:10 +0000 (18:52 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 22 Apr 2026 21:15:59 +0000 (23:15 +0200)
Adapt to the new compression scheme and GCC version.
Replace the removed target bcm63xx with the new loongarch64.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index 03150d9b3aa8cfeff16d8ffe33adedeb3c4fff0d..79aea23e7bfd5144116f295d5c7b8c38e58de89a 100644 (file)
@@ -199,7 +199,7 @@ jobs:
           - target: ath79
             subtarget: generic
             abi: musl
-          - target: bcm63xx
+          - target: loongarch64
             subtarget: generic
             abi: musl
           - target: mpc85xx
@@ -223,8 +223,8 @@ jobs:
         run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
       - name: OpenWrt environment
         run: |
-          OPENWRT_RELEASE=23.05.4
-          OPENWRT_SDK=openwrt-sdk-$OPENWRT_RELEASE-${{ matrix.target }}-${{ matrix.subtarget }}_gcc-12.3.0_${{ matrix.abi }}.Linux-x86_64
+          OPENWRT_RELEASE=25.12.2
+          OPENWRT_SDK=openwrt-sdk-$OPENWRT_RELEASE-${{ matrix.target }}-${{ matrix.subtarget }}_gcc-14.3.0_${{ matrix.abi }}.Linux-x86_64
           echo "COMPILER=$COMPILER" >> $GITHUB_ENV
           echo "OPENWRT_RELEASE=$OPENWRT_RELEASE" >> $GITHUB_ENV
           echo "OPENWRT_SDK=$OPENWRT_SDK" >> $GITHUB_ENV
@@ -238,8 +238,8 @@ jobs:
       - name: Download toolchain
         if: steps.cache-openwrt-sdk.outputs.cache-hit != 'true'
         run: |
-          curl -o ~/${{ env.OPENWRT_SDK }}.tar.xz -C - https://downloads.cdn.openwrt.org/releases/${{ env.OPENWRT_RELEASE }}/targets/${{ matrix.target }}/${{ matrix.subtarget }}/${{ env.OPENWRT_SDK }}.tar.xz
-          tar xf ~/${{ env.OPENWRT_SDK }}.tar.xz -C ~
+          curl -o ~/${{ env.OPENWRT_SDK }}.tar.zst -C - https://downloads.cdn.openwrt.org/releases/${{ env.OPENWRT_RELEASE }}/targets/${{ matrix.target }}/${{ matrix.subtarget }}/${{ env.OPENWRT_SDK }}.tar.zst
+          tar xf ~/${{ env.OPENWRT_SDK }}.tar.zst -C ~
       - name: Configure
         run: |
           source .github/workflows/openwrt-sdk-env.sh  ~/${{ env.OPENWRT_SDK }}