From 4b782b6b229cee03b0b90ed518f5e29c5bcd81a9 Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Wed, 18 Sep 2024 12:46:41 +0200 Subject: [PATCH] Get rid of mold and the LLVM profile --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a8a054ef6..dbd6f054e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1109,9 +1109,6 @@ jobs: name: Run tests with coverage command: | cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json - environment: - RUSTFLAGS: "-Clinker=clang -Clink-arg=-fuse-ld=/usr/bin/mold" - LLVM_PROFILE_FILE: "cosmwasm-%p-%m.profraw" - run: name: Quick fix for GPG error in Codecov command: mkdir -p ~/.gnupg