From c605e8e2d913dd7512a62e4622cfb05bbe52e2db Mon Sep 17 00:00:00 2001 From: Paul Grandperrin Date: Thu, 13 Mar 2025 16:12:22 +0100 Subject: [PATCH] Revert "Merge pull request #495 from dtolnay/fuzzlld" This reverts commit 1993cd32113f06046e610146effb6671bf5a0edc, reversing changes made to 7cb0f3cdee5888a581c0041ba9acae5727372277. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea396d..512804e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,8 +171,6 @@ jobs: - run: sudo apt-get install binutils-dev libunwind-dev - run: cargo hfuzz build --no-default-features --features honggfuzz working-directory: fuzz - env: - RUSTFLAGS: -Clink-arg=-fuse-ld=lld ${{env.RUSTFLAGS}} # https://github.com/rust-fuzz/honggfuzz-rs/issues/97 doc: name: Documentation