Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Dec 13, 2024
1 parent 01c2d87 commit 4396382
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,29 +457,6 @@ workflows:
when:
not:
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

integration:
when:
or:
- equal: [ master, <<pipeline.git.branch>> ]
- matches: { pattern: "^ci\\/.+$", value: <<pipeline.git.branch>> }
jobs:
- linux-release:
name: linux-gcc-<<pipeline.parameters.gcc_version_min>>-release
Expand Down

0 comments on commit 4396382

Please sign in to comment.