Merge pull request #337 from ethereum/circleci-rust

circleci: remove duplicated tasks from ASan in Rust
This commit is contained in:
Alex Beregszaszi 2019-06-27 13:24:11 +01:00 committed by GitHub
commit 9794d7c2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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