From 9731cb216558c459da60d6ed1e97626d86d9d2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 24 Mar 2021 09:45:17 +0100 Subject: [PATCH] ci: Drop confusing C++14 standard specification --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 79a729d4f..3d892fe06 100644 --- a/circle.yml +++ b/circle.yml @@ -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 @@ -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 @@ -407,7 +407,7 @@ workflows: - build-gcc8-cxx17 - bindings-rust-asan: requires: - - build-clang9-cxx14-asan + - build-clang9-asan - upload-docs: requires: - lint