From 74025ed7f1002f5132cfeaa15d80aa470fb9d8ae Mon Sep 17 00:00:00 2001 From: Radu Berinde Date: Mon, 28 Aug 2023 09:57:36 -0700 Subject: [PATCH] build: use crosslinux config in PR coverage action Fix for a krb5-related build error. Epic: none Release note: None --- build/ghactions/pr-codecov-run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ghactions/pr-codecov-run-tests.sh b/build/ghactions/pr-codecov-run-tests.sh index b92af26fc0c4..af1a16ba4a38 100755 --- a/build/ghactions/pr-codecov-run-tests.sh +++ b/build/ghactions/pr-codecov-run-tests.sh @@ -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}