Skip to content

Update dependencies and enhance TLS support with AWS LC#47

Merged
reiase merged 7 commits intomainfrom
feature/tls_arm
Jan 24, 2026
Merged

Update dependencies and enhance TLS support with AWS LC#47
reiase merged 7 commits intomainfrom
feature/tls_arm

Conversation

@reiase
Copy link
Contributor

@reiase reiase commented Jan 24, 2026

  • Added new dependencies including aws-lc-fips-sys, bindgen, cexpr, clang-sys, itertools, libloading, prettyplease, sha2, and typenum in Cargo.lock and Cargo.toml.
  • Updated rustls configuration to utilize aws-lc-rs for TLS support, replacing ring.
  • Refactored pulsing-actor crate to integrate aws-lc-rs for TLS, ensuring compatibility with the updated dependencies.
  • Introduced ARM64 cross-compilation checks in CI workflow for enhanced build support.

Overview:

Details:

Where should the reviewer start?

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • closes GitHub issue: #xxx

- Added new dependencies including `aws-lc-fips-sys`, `bindgen`, `cexpr`, `clang-sys`, `itertools`, `libloading`, `prettyplease`, `sha2`, and `typenum` in `Cargo.lock` and `Cargo.toml`.
- Updated `rustls` configuration to utilize `aws-lc-rs` for TLS support, replacing `ring`.
- Refactored `pulsing-actor` crate to integrate `aws-lc-rs` for TLS, ensuring compatibility with the updated dependencies.
- Introduced ARM64 cross-compilation checks in CI workflow for enhanced build support.
- Added steps for setting up the build environment, caching Rust builds, checking code formatting, running Clippy for linting, building the project, and executing tests.
- Removed redundant steps to streamline the CI process, ensuring efficient and effective builds across multiple platforms.
- Corrected the formatting in `.cargo/config.toml` by ensuring a newline at the end of the file.
- Updated `rustflags` to maintain consistency in the configuration for ARM builds.
- Introduced a new lint job for Rust and Python, including formatting checks and linting with Clippy and Ruff.
- Streamlined Rust test jobs to focus on building and testing, removing redundant formatting checks.
- Updated Python test jobs to include coverage collection and improved naming for clarity.
- Added steps for uploading coverage reports to Codecov, ensuring better visibility of test coverage.
- Refactored job names and comments for improved readability and organization in the CI configuration.
@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
crates/pulsing-actor/src/transport/http2/tls.rs 97.26% <100.00%> (+3.06%) ⬆️

... and 45 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- Updated CI configuration for improved clarity and organization, including renaming jobs and refining comments.
- Streamlined Rust ARM64 cross-compilation checks, focusing on building without testing.
- Enhanced Python build jobs to support multi-platform testing and added a new job for building Linux ARM64 wheels.
- Simplified steps for installing ARM64 targets and tools, ensuring a more efficient setup process.
- Adjusted job names for better readability and consistency across the CI pipeline.
- Removed unused dependencies from `Cargo.lock` and `Cargo.toml`, including `aws-lc-fips-sys`, `bindgen`, `cexpr`, `clang-sys`, `itertools`, `libloading`, and `prettyplease`.
- Updated `aws-lc-rs` configuration in `Cargo.toml` to remove the `bindgen` feature.
- Streamlined CI workflow by removing ARM64 cross-compilation checks and enhancing Python build and test jobs for better clarity and organization.
- Introduced separate jobs for building wheels on macOS and Linux, improving clarity and organization.
- Updated Python version for macOS builds to 3.10 and refined caching strategies for Rust builds.
- Enhanced testing jobs for macOS and Linux, including multi-version and multi-architecture support.
- Added a new job for testing on Fedora, ensuring comprehensive coverage across platforms.
- Improved artifact naming conventions for better identification of build outputs.
@reiase reiase merged commit a842b82 into main Jan 24, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments