From 17d92d434715b524ff0be5067944e481b8e47c1c Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 19 Jun 2019 20:12:21 +0100 Subject: [PATCH] circleci: remove duplicated tasks from ASan in Rust --- circle.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/circle.yml b/circle.yml index 1dfe9cb..890dca8 100644 --- a/circle.yml +++ b/circle.yml @@ -205,14 +205,8 @@ jobs: apt-key adv --keyserver keyserver.ubuntu.com --no-tty --recv-keys 6084F3CF814B57C1CF12EFD515CF4D18AF4F7421 60C317803A41BA51845E371A1E9377A2BA9EF27F apt -qq update apt -yq install llvm-8-dev clang-8 - rustup component add rustfmt rustup toolchain install nightly-x86_64-unknown-linux-gnu rustup update - - run: - name: Check formatting - command: | - rustfmt --version - cargo fmt --all -- --check - run: name: Build command: RUSTFLAGS="-Z sanitizer=address" ASAN_OPTIONS=detect_leaks=1 cargo +nightly build --target x86_64-unknown-linux-gnu