Skip to content

Commit

Permalink
chore(nix): Add aws-lc-fips 2022/4 (#5109)
Browse files Browse the repository at this point in the history
Co-authored-by: Lindsay Stewart <[email protected]>
  • Loading branch information
dougch and lrstewart authored Feb 19, 2025
1 parent 493248b commit b49628f
Show file tree
Hide file tree
Showing 4 changed files with 856 additions and 57 deletions.
1 change: 1 addition & 0 deletions codebuild/bin/s2n_setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ source codebuild/bin/s2n_set_build_preset.sh
: "${AWSLC_INSTALL_DIR:=$TEST_DEPS_DIR/awslc}"
: "${AWSLC_FIPS_INSTALL_DIR:=$TEST_DEPS_DIR/awslc-fips}"
: "${AWSLC_FIPS_2022_INSTALL_DIR:=$TEST_DEPS_DIR/awslc-fips-2022}"
: "${AWSLC_FIPS_2024_INSTALL_DIR:=$TEST_DEPS_DIR/awslc-fips-2024}"
: "${LIBRESSL_INSTALL_DIR:=$TEST_DEPS_DIR/libressl}"
: "${CPPCHECK_INSTALL_DIR:=$TEST_DEPS_DIR/cppcheck}"
: "${CTVERIF_INSTALL_DIR:=$TEST_DEPS_DIR/ctverif}"
Expand Down
Loading

0 comments on commit b49628f

Please sign in to comment.