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
4 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
1 additions and
1 deletions
-
.github/workflows/multi-arch-test-build.yml
|
|
@ -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 |
|
|
|