@@ -316,17 +316,16 @@ jobs:
316
316
name : " Build"
317
317
command : cond_spot_run_build circuits-wasm-linux-clang-assert 64
318
318
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
330
329
331
330
circuits-x86_64-linux-clang :
332
331
docker :
@@ -1050,7 +1049,7 @@ workflows:
1050
1049
<< : *defaults
1051
1050
- circuits-wasm-linux-clang : *defaults
1052
1051
- circuits-wasm-linux-clang-assert : *defaults
1053
- # - circuits-x86_64-linux-clang-tidy: *defaults # TODO #1152
1052
+ - circuits-x86_64-linux-clang-tidy : *defaults
1054
1053
- circuits-x86_64-linux-clang : *defaults
1055
1054
- circuits-x86_64-linux-clang-assert : *defaults
1056
1055
- circuits-wasm-tests :
@@ -1062,7 +1061,7 @@ workflows:
1062
1061
requires :
1063
1062
- circuits-wasm-linux-clang
1064
1063
- circuits-wasm-linux-clang-assert
1065
- # - circuits-x86_64-linux-clang-tidy # TODO #1152
1064
+ - circuits-x86_64-linux-clang-tidy
1066
1065
- circuits-x86_64-linux-clang
1067
1066
- circuits-x86_64-linux-clang-assert
1068
1067
- circuits-wasm-tests
0 commit comments