Skip to content

Commit ceef81e

Browse files
committed
reintroduce tidy
1 parent b6a134f commit ceef81e

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.circleci/config.yml

+12-13
Original file line numberDiff line numberDiff line change
@@ -316,17 +316,16 @@ jobs:
316316
name: "Build"
317317
command: cond_spot_run_build circuits-wasm-linux-clang-assert 64
318318

319-
# TODO Disabling until this is 3-10x faster see #1152
320-
# circuits-x86_64-linux-clang-tidy:
321-
# docker:
322-
# - image: aztecprotocol/alpine-build-image
323-
# resource_class: small
324-
# steps:
325-
# - *checkout
326-
# - *setup_env
327-
# - run:
328-
# name: "Build"
329-
# command: cond_spot_run_build circuits-x86_64-linux-clang-tidy 64
319+
circuits-x86_64-linux-clang-tidy:
320+
docker:
321+
- image: aztecprotocol/alpine-build-image
322+
resource_class: small
323+
steps:
324+
- *checkout
325+
- *setup_env
326+
- run:
327+
name: "Build"
328+
command: cond_spot_run_build circuits-x86_64-linux-clang-tidy 64
330329

331330
circuits-x86_64-linux-clang:
332331
docker:
@@ -1050,7 +1049,7 @@ workflows:
10501049
<<: *defaults
10511050
- circuits-wasm-linux-clang: *defaults
10521051
- circuits-wasm-linux-clang-assert: *defaults
1053-
# - circuits-x86_64-linux-clang-tidy: *defaults # TODO #1152
1052+
- circuits-x86_64-linux-clang-tidy: *defaults
10541053
- circuits-x86_64-linux-clang: *defaults
10551054
- circuits-x86_64-linux-clang-assert: *defaults
10561055
- circuits-wasm-tests:
@@ -1062,7 +1061,7 @@ workflows:
10621061
requires:
10631062
- circuits-wasm-linux-clang
10641063
- circuits-wasm-linux-clang-assert
1065-
# - circuits-x86_64-linux-clang-tidy # TODO #1152
1064+
- circuits-x86_64-linux-clang-tidy
10661065
- circuits-x86_64-linux-clang
10671066
- circuits-x86_64-linux-clang-assert
10681067
- circuits-wasm-tests

0 commit comments

Comments
 (0)