Skip to content

Commit

Permalink
Add rustls compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 9, 2022
1 parent b7a645a commit d31f899
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
cargo run zigbuild --target aarch64-unknown-linux-gnu.2.17
cargo run zigbuild --target arm-unknown-linux-gnueabihf
cargo run zigbuild --target aarch64-unknown-linux-gnu --manifest-path tests/hello-rustls/Cargo.toml
# Test building shared library
cargo run zigbuild --target aarch64-unknown-linux-gnu --manifest-path tests/libhello/Cargo.toml
- name: Linux - Test glibc build openssl
Expand All @@ -96,6 +97,7 @@ jobs:
run: |
rustup target add aarch64-unknown-linux-musl
cargo run zigbuild --target aarch64-unknown-linux-musl
cargo run zigbuild --target aarch64-unknown-linux-musl --manifest-path tests/hello-rustls/Cargo.toml
- name: macOS - Test build
run: |
rustup target add aarch64-apple-darwin
Expand Down
Loading

0 comments on commit d31f899

Please sign in to comment.