Skip to content

Commit

Permalink
Update the BoringSSL benchmark to install libdecrepit from the right …
Browse files Browse the repository at this point in the history
…spot
  • Loading branch information
andrewhop committed Mar 21, 2024
1 parent a9208ad commit dca8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/run_benchmark_build_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function build_openssl {
function build_boringssl {
git clone --depth 1 https://github.com/google/boringssl.git "${scratch_folder}/boringssl"
pushd "${scratch_folder}/boringssl"
echo "install_if_enabled(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> decrepit/CMakeLists.txt
echo "install_if_enabled(TARGETS decrepit EXPORT OpenSSLTargets ${INSTALL_DESTINATION_DEFAULT})" >> CMakeLists.txt
cmake -GNinja \
-DCMAKE_INSTALL_PREFIX="${install_dir}/boringssl" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo .
Expand Down

0 comments on commit dca8bbd

Please sign in to comment.