Browse Source

github: test i386_pentium-mmx instead of pentium4

It seems the former causes more compilation failures due to not having
SSE.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 3 years ago
parent
commit
edadb7726a
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/multi-arch-test-build.yml

+ 1
- 1
.github/workflows/multi-arch-test-build.yml View File

@ -24,7 +24,7 @@ jobs:
runtime_test: true
- arch: arm_cortex-a15_neon-vfpv4
runtime_test: true
- arch: i386_pentium4
- arch: i386_pentium-mmx
runtime_test: true
- arch: x86_64
runtime_test: true


Loading…
Cancel
Save