@@ -68,37 +68,38 @@ jobs:
6868 needs :
6969 - calculate_version
7070 strategy :
71+ fail-fast : false
7172 matrix :
7273 include :
7374 - { os: linux, arch: amd64, variant: purego, naive: true }
7475 - { os: linux, arch: amd64, variant: glibc, naive: true }
75- - { os: linux, arch: amd64, variant: musl, naive: true, debian: amd64, rpm: x86_64, pacman: x86_64, openwrt: "x86_64" }
76+ # - { os: linux, arch: amd64, variant: musl, naive: true, debian: amd64, rpm: x86_64, pacman: x86_64, openwrt: "x86_64" }
7677
7778 - { os: linux, arch: arm64, variant: purego, naive: true }
7879 - { os: linux, arch: arm64, variant: glibc, naive: true }
79- - { os: linux, arch: arm64, variant: musl, naive: true, debian: arm64, rpm: aarch64, pacman: aarch64, openwrt: "aarch64_cortex-a53 aarch64_cortex-a72 aarch64_cortex-a76 aarch64_generic" }
80+ # - { os: linux, arch: arm64, variant: musl, naive: true, debian: arm64, rpm: aarch64, pacman: aarch64, openwrt: "aarch64_cortex-a53 aarch64_cortex-a72 aarch64_cortex-a76 aarch64_generic" }
8081
81- - { os: linux, arch: "386", go386: sse2 }
82- - { os: linux, arch: "386", variant: glibc, naive: true, go386: sse2 }
83- - { os: linux, arch: "386", variant: musl, naive: true, go386: sse2, debian: i386, rpm: i386, openwrt: "i386_pentium4" }
82+ # - { os: linux, arch: "386", go386: sse2 }
83+ # - { os: linux, arch: "386", variant: glibc, naive: true, go386: sse2 }
84+ # - { os: linux, arch: "386", variant: musl, naive: true, go386: sse2, debian: i386, rpm: i386, openwrt: "i386_pentium4" }
8485
85- - { os: linux, arch: arm, goarm: "7" }
86- - { os: linux, arch: arm, variant: glibc, naive: true, goarm: "7" }
87- - { os: linux, arch: arm, variant: musl, naive: true, goarm: "7", debian: armhf, rpm: armv7hl, pacman: armv7hl, openwrt: "arm_cortex-a5_vfpv4 arm_cortex-a7_neon-vfpv4 arm_cortex-a7_vfpv4 arm_cortex-a8_vfpv3 arm_cortex-a9_neon arm_cortex-a9_vfpv3-d16 arm_cortex-a15_neon-vfpv4" }
86+ # - { os: linux, arch: arm, goarm: "7" }
87+ # - { os: linux, arch: arm, variant: glibc, naive: true, goarm: "7" }
88+ # - { os: linux, arch: arm, variant: musl, naive: true, goarm: "7", debian: armhf, rpm: armv7hl, pacman: armv7hl, openwrt: "arm_cortex-a5_vfpv4 arm_cortex-a7_neon-vfpv4 arm_cortex-a7_vfpv4 arm_cortex-a8_vfpv3 arm_cortex-a9_neon arm_cortex-a9_vfpv3-d16 arm_cortex-a15_neon-vfpv4" }
8889
89- - { os: linux, arch: "386", go386: softfloat, openwrt: "i386_pentium-mmx" }
90- - { os: linux, arch: arm, goarm: "5", openwrt: "arm_arm926ej-s arm_cortex-a7 arm_cortex-a9 arm_fa526 arm_xscale" }
91- - { os: linux, arch: arm, goarm: "6", debian: armel, rpm: armv6hl, openwrt: "arm_arm1176jzf-s_vfp" }
92- - { os: linux, arch: mips, gomips: softfloat, openwrt: "mips_24kc mips_4kec mips_mips32" }
93- - { os: linux, arch: mipsle, gomips: hardfloat, debian: mipsel, rpm: mipsel, openwrt: "mipsel_24kc_24kf" }
94- - { os: linux, arch: mipsle, gomips: softfloat, openwrt: "mipsel_24kc mipsel_74kc mipsel_mips32" }
95- - { os: linux, arch: mips64, gomips: softfloat, openwrt: "mips64_mips64r2 mips64_octeonplus" }
96- - { os: linux, arch: mips64le, gomips: hardfloat, debian: mips64el, rpm: mips64el }
97- - { os: linux, arch: mips64le, gomips: softfloat, openwrt: "mips64el_mips64r2" }
98- - { os: linux, arch: s390x, debian: s390x, rpm: s390x }
99- - { os: linux, arch: ppc64le, debian: ppc64el, rpm: ppc64le }
100- - { os: linux, arch: riscv64, debian: riscv64, rpm: riscv64, openwrt: "riscv64_generic" }
101- - { os: linux, arch: loong64, debian: loongarch64, rpm: loongarch64, openwrt: "loongarch64_generic" }
90+ # - { os: linux, arch: "386", go386: softfloat, openwrt: "i386_pentium-mmx" }
91+ # - { os: linux, arch: arm, goarm: "5", openwrt: "arm_arm926ej-s arm_cortex-a7 arm_cortex-a9 arm_fa526 arm_xscale" }
92+ # - { os: linux, arch: arm, goarm: "6", debian: armel, rpm: armv6hl, openwrt: "arm_arm1176jzf-s_vfp" }
93+ # - { os: linux, arch: mips, gomips: softfloat, openwrt: "mips_24kc mips_4kec mips_mips32" }
94+ # - { os: linux, arch: mipsle, gomips: hardfloat, debian: mipsel, rpm: mipsel, openwrt: "mipsel_24kc_24kf" }
95+ # - { os: linux, arch: mipsle, gomips: softfloat, openwrt: "mipsel_24kc mipsel_74kc mipsel_mips32" }
96+ # - { os: linux, arch: mips64, gomips: softfloat, openwrt: "mips64_mips64r2 mips64_octeonplus" }
97+ # - { os: linux, arch: mips64le, gomips: hardfloat, debian: mips64el, rpm: mips64el }
98+ # - { os: linux, arch: mips64le, gomips: softfloat, openwrt: "mips64el_mips64r2" }
99+ # - { os: linux, arch: s390x, debian: s390x, rpm: s390x }
100+ # - { os: linux, arch: ppc64le, debian: ppc64el, rpm: ppc64le }
101+ # - { os: linux, arch: riscv64, debian: riscv64, rpm: riscv64, openwrt: "riscv64_generic" }
102+ # - { os: linux, arch: loong64, debian: loongarch64, rpm: loongarch64, openwrt: "loongarch64_generic" }
102103
103104 - { os: windows, arch: amd64, legacy_win7: true, legacy_name: "windows-7" }
104105 - { os: windows, arch: "386", legacy_win7: true, legacy_name: "windows-7" }
0 commit comments