Skip to content

Commit

Permalink
Don't test @com_github_google_quiche//:ci_tests by default
Browse files Browse the repository at this point in the history
These quiche ci_tests currently fail to compile against the bssl-compat
layer, becasue it doesn't provide enough of the required BoringSSL API.

Signed-off-by: Ted Poole <tpoole@redhat.com>
  • Loading branch information
tedjpoole committed Aug 30, 2024
1 parent 770efd7 commit 6881f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ else
elif [[ "${CI_TARGET}" == "msan" ]]; then
COVERAGE_TEST_TARGETS=("${COVERAGE_TEST_TARGETS[@]}" "-//test/extensions/...")
fi
TEST_TARGETS=("${COVERAGE_TEST_TARGETS[@]}" "@com_github_google_quiche//:ci_tests")
TEST_TARGETS=("${COVERAGE_TEST_TARGETS[@]}")
fi

case $CI_TARGET in
Expand Down

0 comments on commit 6881f9f

Please sign in to comment.