aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.52k stars 705 forks source link

Nix Improvements #3841

Closed harrisonkaiser closed 2 months ago

harrisonkaiser commented 1 year ago

Problem:

With #3824 merged, there are several open problems that need addressing

Not all integ tests run in the dev shell for all platforms

Tests that are flaky on arm

Not all integ tests work on arm

Requirements / Acceptance Criteria:

What must a solution address in order to solve the problem? How do we know the solution is complete?

The nix shell is used by developers and the CI and the the codebuild/bin directory can be removed.

dougch commented 1 year ago

2/3 of the aarch64 PRs merged: #4045 and #4043