From 34abcd0b2642c12e9f719cfd1c27b4b65b3f6f4b Mon Sep 17 00:00:00 2001 From: Hendrik Wolff Date: Tue, 24 Feb 2026 12:25:13 +0100 Subject: [PATCH] ci: Add armv5te test case --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4d8d746..34fe4e9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -86,6 +86,7 @@ jobs: rustup target add aarch64-unknown-linux-gnu \ x86_64-unknown-linux-gnu \ i686-unknown-linux-gnu \ + armv5te-unknown-linux-gnueabi \ arm-unknown-linux-gnueabihf \ armv7-unknown-linux-gnueabihf \ aarch64-apple-darwin \ @@ -191,6 +192,7 @@ jobs: cargo run zigbuild --target aarch64-unknown-linux-gnu --manifest-path tests/hello-rustls/Cargo.toml cargo run zigbuild --target armv7-unknown-linux-gnueabihf --manifest-path tests/hello-rustls/Cargo.toml cargo run zigbuild --target arm-unknown-linux-gnueabihf --manifest-path tests/hello-rustls/Cargo.toml + cargo run zigbuild --target armv5te-unknown-linux-gnueabi --manifest-path tests/hello-rustls/Cargo.toml cargo run zigbuild --target i686-unknown-linux-gnu --manifest-path tests/hello-rustls/Cargo.toml # Test building shared library