Skip to content

Commit

Permalink
Update CRT submodules to latest releases (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <[email protected]>
  • Loading branch information
monthonk authored Oct 4, 2024
1 parent 2fa3a8f commit 2b36e67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions mountpoint-s3-crt-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ exclude = [
"crt/aws-lc/crypto/fipsmodule/bn/test/*",
"crt/aws-lc/crypto/fipsmodule/policydocs/*",
"crt/aws-lc/crypto/fipsmodule/sha/testvectors/*",
"crt/aws-lc/crypto/fipsmodule/ml_kem/kat/*",
"crt/aws-lc/crypto/kyber/kat/*",
"crt/aws-lc/crypto/dilithium/kat/*",
# All the text files in crt/aws-lc/crypto/*/kat/ directory are used for tests
"crt/aws-lc/crypto/fipsmodule/ml_kem/kat/*.txt",
"crt/aws-lc/crypto/kyber/kat/*.txt",
"crt/aws-lc/crypto/dilithium/kat/*.txt",
"crt/aws-lc/crypto/x509/test/*",
"crt/aws-lc/crypto/ocsp/test/*",
"crt/aws-lc/crypto/hpke/test-vectors.json",
Expand Down
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/aws-lc
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/crt/s2n-tls
Submodule s2n-tls updated 114 files

1 comment on commit 2b36e67

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 2b36e67 Previous: 2fa3a8f Ratio
seq_read 8024.49609375 MiB 3533.31640625 MiB 2.27

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.