chore(ci): Build and test on 32-bit platforms #849
Labels
A-ci
Area: CI
K-chore
Kind: chore
M-blocked
meta: blocked
M-good-first-issue
Meta: Good for newcomers
Overview
Users of kona run on both 32-bit and 64-bit platforms, and there's currently no job in kona's CI to build and test on 32-bit platforms. This can cause us to easily break the build for downstream consumers without knowing.
We should add a 32-bit linux platform target for the client / host job
kona/.github/workflows/client_host.yaml
Lines 10 to 75 in 89ed209
and also add a build job for a 32-bit linux patform in
kona/.github/workflows/rust_ci.yaml
Lines 81 to 111 in 89ed209
The text was updated successfully, but these errors were encountered: