Skip to content

Commit

Permalink
build: use crosslinux config in PR coverage action
Browse files Browse the repository at this point in the history
Fix for a krb5-related build error.

Epic: none
Release note: None
  • Loading branch information
RaduBerinde committed Aug 28, 2023
1 parent 5f6fbc0 commit 74025ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ghactions/pr-codecov-run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ echo "Running tests"

# TODO(radu): do we need --strip=never?
bazel coverage \
--config=crosslinux \
--@io_bazel_rules_go//go/config:cover_format=lcov --combined_report=lcov \
--instrumentation_filter="//pkg/..." \
${targets}
Expand Down

0 comments on commit 74025ed

Please sign in to comment.