We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af98d6 commit 437f806Copy full SHA for 437f806
1 file changed
bazel/external/boringssl_fips.genrule_cmd
@@ -55,13 +55,13 @@ build_boringssl_fips() {
55
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC" \
56
-DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS" \
57
-DCMAKE_SHARED_LINKER_FLAGS="$${LDFLAGS}" \
58
+ -DBUILD_TESTING=off \
59
..
60
ninja -j "${NINJA_CORES:-1}"
61
}
62
63
validate_fips() {
64
cd "$BSSL_SRC/build" || exit 1
- ninja run_tests
65
# Verify correctness of the FIPS build.
66
IS_FIPS="$(./bssl isfips)"
67
if [[ "${IS_FIPS}" != "1" ]]; then
0 commit comments