Skip to content

Commit d5d8e9d

Browse files
Update build.yml
Updated 'OpenWrt version' and architectures/targets
1 parent 4ccf968 commit d5d8e9d

1 file changed

Lines changed: 53 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
openwrt_version:
77
description: 'OpenWrt version'
8-
default: '23.05.5'
8+
default: '24.10.0'
99
required: true
1010
type: string
1111

@@ -19,9 +19,58 @@ jobs:
1919
strategy:
2020
matrix:
2121
arch:
22-
- arm_arm1176jzf-s_vfp # RPi Zero
23-
- aarch64_cortex-a53 # RPi 3+
24-
- arm_cortex-a9_vfpv3-d16
22+
## Rust Tier 2 with Host Tools ####
23+
## aarch64-unknown-linux-musl #####
24+
- aarch64_cortex-a53 # OK. RPi 3+
25+
- aarch64_cortex-a72 # OK
26+
- aarch64_cortex-a76 # OK
27+
- aarch64_generic # OK
28+
## Tier 2 without Host Tools ######
29+
## arm-unknown-linux-musleabi* ####
30+
- arm_arm1176jzf-s_vfp # OK. RPi Zero
31+
- arm_arm926ej-s # OK
32+
- arm_cortex-a15_neon-vfpv4 # OK
33+
- arm_cortex-a5_vfpv4 # OK
34+
- arm_cortex-a7 # OK
35+
- arm_cortex-a7_neon-vfpv4 # OK
36+
#- arm_cortex-a7_vfpv4 # Fails with: Skipping librespot due to unsupported architecture. Target at91/sama7
37+
- arm_cortex-a8_vfpv3 # OK
38+
- arm_cortex-a9 # OK
39+
- arm_cortex-a9_neon # OK
40+
- arm_cortex-a9_vfpv3-d16 # OK
41+
- arm_fa526 # OK
42+
- arm_xscale # OK
43+
#- armeb_xscale # Fails with: Skipping librespot due to unsupported architecture. Target ixp4xx/generic
44+
## Tier 2 with Host Tools #########
45+
## loongarch64-unknown-linux-musl #
46+
- loongarch64_generic # OK
47+
## Tier 2 with Host Tools #########
48+
## riscv64gc-unknown-linux-musl ###
49+
- riscv64_riscv64 # OK
50+
## Tier 2 with Host Tools ##########
51+
## x86_64-unknown-linux-musl #######
52+
- x86_64 # OK
53+
## Tier 2 without Host Tools ######
54+
## i*86-unknown-linux-musl ########
55+
#- i386_pentium-mmx # Fails with: Ring does not compile intel.rs due to missing SSE. Targets x86/geode and x86/legacy
56+
#- i386_pentium4 # Fails with: Ring does not compile intel.rs due to missing SSE. Target x86/generic
57+
## Tier 3 #########################
58+
## mips*-unknown-linux-musl #######
59+
- mips64_mips64r2 # OK
60+
- mips64_octeonplus # OK
61+
#- mips64el_mips64r2 # Fails with: Warning: Skipping librespot due to unsupported architecture. Target malta/le64
62+
- mips_24kc # OK
63+
#- mips_4kec # Fails with: Warning: Skipping librespot due to unsupported architecture. Target realtek/rtl838x
64+
- mips_mips32 # OK
65+
- mipsel_24kc # OK
66+
- mipsel_24kc_24kf # OK
67+
- mipsel_74kc # OK
68+
- mipsel_mips32 # OK
69+
## Tier 3 #########################
70+
## powerpc*-unknown-linux-musl ####
71+
- powerpc64_e5500 # OK
72+
- powerpc_464fp # OK
73+
- powerpc_8548 # OK
2574

2675
steps:
2776
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)