Skip to content

Commit

Permalink
ci: Drop confusing C++14 standard specification
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 24, 2021
1 parent 3858562 commit 9731cb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ jobs:
- build
- test

build-clang9-cxx14-asan:
build-clang9-asan:
docker:
- image: ethereum/cpp-build-env:12-clang-9
environment:
CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=14 -DSANITIZE=address
CMAKE_OPTIONS: -DSANITIZE=address
UBSAN_OPTIONS: halt_on_error=1
steps:
- checkout
Expand Down Expand Up @@ -387,7 +387,7 @@ workflows:
- build-gcc8-cxx17
- build-gcc10-cxx17-sanitizers
- build-clang10-cxx17-sanitizers
- build-clang9-cxx14-asan
- build-clang9-asan
- build-gcc6
- build-clang5
- build-clang38
Expand All @@ -407,7 +407,7 @@ workflows:
- build-gcc8-cxx17
- bindings-rust-asan:
requires:
- build-clang9-cxx14-asan
- build-clang9-asan
- upload-docs:
requires:
- lint
Expand Down

0 comments on commit 9731cb2

Please sign in to comment.