From 4bae98117cf6d1a82cb13357ddbfcb9ba0c33359 Mon Sep 17 00:00:00 2001 From: Kezhu Wang Date: Fri, 24 May 2024 06:42:05 +0800 Subject: [PATCH] Disable rust-lld on nightly to fix coverage ci failure Refs: dtolnay/linkme#88, rust-lang/rust#124129 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c68777..2934335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,10 @@ jobs: toolchain: nightly override: true components: llvm-tools-preview + # dtolnay/linkme#88 + # rust-lang/rust#124129 + - name: Disable rust-lld + run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV - run: cargo install grcov - name: Install cargo-feature-combinations run: cargo install cargo-feature-combinations