Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
Loading