You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: