Skip to content

Commit

Permalink
Patch BoringSSL files for C tests (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Oct 24, 2023
1 parent 6d981bc commit ad546c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/test-fiat-c-boringssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "::group::Building BoringSSL"
set -ex
mkdir build
cd build
cmake -GNinja .. -DCMAKE_CXX_FLAGS="-Wno-error=unused-function ${EXTRA_CFLAGS}" -DCMAKE_C_FLAGS="-Wno-error=unused-function ${EXTRA_CFLAGS}" || exit $?
cmake -GNinja .. -DOPENSSL_NO_ASM=1 -DCMAKE_CXX_FLAGS="-Wno-error=unused-function ${EXTRA_CFLAGS}" -DCMAKE_C_FLAGS="-Wno-error=unused-function ${EXTRA_CFLAGS}" || exit $?
ninja || exit $?
}) || exit $?
echo "::endgroup::"
Expand Down

0 comments on commit ad546c8

Please sign in to comment.