Skip to content

Commit

Permalink
Get rid of mold and the LLVM profile
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Sep 18, 2024
1 parent a9b1e37 commit 4b782b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b782b6

Please sign in to comment.