We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96554ae commit a694beeCopy full SHA for a694bee
4 files changed
codebuild/bin/s2n_setup_env.sh
@@ -47,6 +47,7 @@ source codebuild/bin/s2n_set_build_preset.sh
47
: "${AWSLC_INSTALL_DIR:=$TEST_DEPS_DIR/awslc}"
48
: "${AWSLC_FIPS_INSTALL_DIR:=$TEST_DEPS_DIR/awslc-fips}"
49
: "${AWSLC_FIPS_2022_INSTALL_DIR:=$TEST_DEPS_DIR/awslc-fips-2022}"
50
+: "${AWSLC_FIPS_2024_INSTALL_DIR:=$TEST_DEPS_DIR/awslc-fips-2024}"
51
: "${LIBRESSL_INSTALL_DIR:=$TEST_DEPS_DIR/libressl}"
52
: "${CPPCHECK_INSTALL_DIR:=$TEST_DEPS_DIR/cppcheck}"
53
: "${CTVERIF_INSTALL_DIR:=$TEST_DEPS_DIR/ctverif}"
0 commit comments