Skip to content

Commit

Permalink
ci: enable x86 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 committed Jan 3, 2024
1 parent ac3ca27 commit b883896
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-mlibc:
strategy:
matrix:
arch: [x86_64, riscv64, aarch64]
arch: [x86_64, riscv64, aarch64, x86]
builds: [mlibc, mlibc-static, mlibc-shared, mlibc-ansi-only, mlibc-headers-only]
name: Build mlibc
runs-on: ubuntu-22.04
Expand Down
10 changes: 10 additions & 0 deletions ci/linux-x86.cross-file
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[binaries]
c = 'i686-linux-mlibc-gcc'
cpp = 'i686-linux-mlibc-g++'
exe_wrapper = 'qemu-i386'

[host_machine]
system = 'linux'
cpu_family = 'x86'
cpu = 'i386'
endian = 'little'

0 comments on commit b883896

Please sign in to comment.