Skip to content

Commit c9fd49b

Browse files
author
Christian A. Ehrhardt
committed
ci: Add one 32-bit build (i386)
Add a 32-bit build. This catches issues with u64 casts to pointers. Signed-off-by: Christian A. Ehrhardt <[email protected]>
1 parent 10f2522 commit c9fd49b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
config: qemu_riscv64cheripc_defconfig
5454
container: docker.io/chrehrhardt/riscvcheri-ubuntu-llvm18:latest
5555
install: false
56+
- arch: x86_32
57+
compiler: gcc
58+
config: i386_defconfig
59+
install: true
5660
steps:
5761
# Install node.js in the docker container to allow testing this action with `gh act` locally.
5862
# This is not needed in real GitHub action runs, so limit this to env.ACT being set.

0 commit comments

Comments
 (0)