diff --git a/tests/ci/run_benchmark_build_tests.sh b/tests/ci/run_benchmark_build_tests.sh index eeeb21ca77..b63d2d439a 100755 --- a/tests/ci/run_benchmark_build_tests.sh +++ b/tests/ci/run_benchmark_build_tests.sh @@ -82,7 +82,7 @@ build_openssl_no_debug $openssl_3_2_branch build_openssl_no_debug $openssl_master_branch build_boringssl -run_build -DASAN=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=14 -DCMAKE_C_STANDARD=11 -DENABLE_DILITHIUM=ON -DBENCHMARK_LIBS="\ +run_build -DASAN=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=17 -DCMAKE_C_STANDARD=11 -DENABLE_DILITHIUM=ON -DBENCHMARK_LIBS="\ aws-lc-fips-2021:${install_dir}/aws-lc-fips-2021-10-20;\ aws-lc-fips-2022:${install_dir}/aws-lc-fips-2022-11-02;\ aws-lc-fips-2024:${install_dir}/aws-lc-fips-2024-09-27;\