Skip to content

Commit

Permalink
Update aws-lc-rs/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sean McGrail <549813+skmcgrail@users.noreply.github.com>
  • Loading branch information
justsmth and skmcgrail authored Sep 4, 2024
1 parent 639eda2 commit 85ce2cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws-lc-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
//!
//! ## About prebuilt NASM objects
//!
//! Our prebuilt NASM objects are generated using the same automation that produces our pregenerated bindings. See our
//! [GitHub workflow configuration](https://github.com/aws/aws-lc-rs/blob/main/.github/workflows/sys-bindings-generator.yml).
//! The prebuilt NASM objects are checked into our repository
//! Prebuilt NASM objects are generated using automation similar to the crate provided pregenerated bindings. See the repositories
//! [GitHub workflow configuration](https://github.com/aws/aws-lc-rs/blob/main/.github/workflows/sys-bindings-generator.yml) for more information.
//! The prebuilt NASM objects are checked into the repository
//! and are [available for inspection](https://github.com/aws/aws-lc-rs/tree/main/aws-lc-sys/builder/prebuilt-nasm).
//! For each PR submitted,
//! [our CI verifies](https://github.com/aws/aws-lc-rs/blob/8fb6869fc7bde92529a5cca40cf79513820984f7/.github/workflows/tests.yml#L209-L241)
//! [CI verifies](https://github.com/aws/aws-lc-rs/blob/8fb6869fc7bde92529a5cca40cf79513820984f7/.github/workflows/tests.yml#L209-L241)
//! that the NASM objects newly built from source match the NASM objects currently in the repository.
//!
//! # *ring*-compatibility
Expand Down

0 comments on commit 85ce2cf

Please sign in to comment.