Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 13, 2024
1 parent dd0e81f commit c24b8dd
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <<pipeline.parameters.clang_version_latest>>
Expand Down Expand Up @@ -459,21 +460,7 @@ workflows:
equal: [ master, <<pipeline.git.branch>> ]
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-<<pipeline.parameters.clang_version_min>>-release
compiler_id: clang
compiler_version: <<pipeline.parameters.clang_version_min>>
ethereum_tests: false
requires:
- lint
- linux-clang-tidy

integration:
when:
Expand Down

0 comments on commit c24b8dd

Please sign in to comment.