diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a0a2142fd..4d0b15d7cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -342,6 +342,7 @@ jobs: - checkout_with_submodules: ethereum_tests: false - build_using_conan: + target: silkworm_db build_type: Debug compiler_id: clang compiler_version: <> @@ -459,21 +460,7 @@ workflows: equal: [ master, <> ] jobs: - lint - - linux-clang-tidy-diff - - linux-release: - name: linux-gcc-12-release - compiler_id: gcc - compiler_version: 12 - ethereum_tests: false - requires: - - lint - - linux-release: - name: linux-clang-<>-release - compiler_id: clang - compiler_version: <> - ethereum_tests: false - requires: - - lint + - linux-clang-tidy integration: when: