From c084a85354d357bd6f1001098341ed520daf042b Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Mon, 6 Oct 2025 15:54:37 +0200 Subject: [PATCH] codecov enforce linker cc --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f384105..400c0a4 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest env: CARGO_INCREMENTAL: 0 - RUSTFLAGS: "-C instrument-coverage" + RUSTFLAGS: "-C instrument-coverage -C linker=cc" LLVM_PROFILE_FILE: "coverage-%p-%m.profraw" steps: