Skip to content

Commit 437f806

Browse files
committed
bazel/fips: Disable unnecessary tests
partial backport of #43260 Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 0af98d6 commit 437f806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/external/boringssl_fips.genrule_cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ build_boringssl_fips() {
5555
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fPIC" \
5656
-DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS" \
5757
-DCMAKE_SHARED_LINKER_FLAGS="$${LDFLAGS}" \
58+
-DBUILD_TESTING=off \
5859
..
5960
ninja -j "${NINJA_CORES:-1}"
6061
}
6162

6263
validate_fips() {
6364
cd "$BSSL_SRC/build" || exit 1
64-
ninja run_tests
6565
# Verify correctness of the FIPS build.
6666
IS_FIPS="$(./bssl isfips)"
6767
if [[ "${IS_FIPS}" != "1" ]]; then

0 commit comments

Comments
 (0)