@@ -210,12 +210,6 @@ commands:
210
210
name : Build_ossfuzz
211
211
command : scripts/ci/build_ossfuzz.sh
212
212
213
- run_proofs :
214
- steps :
215
- - run :
216
- name : Correctness proofs for optimization rules
217
- command : scripts/run_proofs.sh
218
-
219
213
run_soltest :
220
214
steps :
221
215
- run :
@@ -244,12 +238,6 @@ commands:
244
238
no_output_timeout : 30m
245
239
command : .circleci/parallel_cli_tests.py
246
240
247
- run_docs_pragma_min_version :
248
- steps :
249
- - run :
250
- name : docs pragma version check
251
- command : scripts/docs_version_pragma_check.sh
252
-
253
241
# --------------------------------------------------------------------------
254
242
# Artifact Commands
255
243
@@ -961,20 +949,6 @@ jobs:
961
949
command : scripts/pylint_all.py
962
950
- matrix_notify_failure_unless_pr
963
951
964
- chk_antlr_grammar :
965
- << : *base_cimg_small
966
- steps :
967
- - checkout
968
- - run :
969
- name : Install Java
970
- command : |
971
- sudo apt -q update
972
- sudo apt install -y openjdk-17-jdk
973
- - run :
974
- name : Run tests
975
- command : scripts/test_antlr_grammar.sh
976
- - matrix_notify_failure_unless_pr
977
-
978
952
chk_buglist :
979
953
<< : *base_node_small
980
954
steps :
@@ -990,20 +964,6 @@ jobs:
990
964
command : test/buglistTests.js
991
965
- matrix_notify_failure_unless_pr
992
966
993
- chk_proofs :
994
- << : *base_ubuntu2404_small
995
- steps :
996
- - checkout
997
- - run_proofs
998
- - matrix_notify_failure_unless_pr
999
-
1000
- chk_docs_pragma_min_version :
1001
- << : *base_ubuntu2404_small
1002
- steps :
1003
- - checkout
1004
- - run_docs_pragma_min_version
1005
- - matrix_notify_failure_unless_pr
1006
-
1007
967
t_ubu_pyscripts :
1008
968
<< : *base_ubuntu2404_small
1009
969
steps :
@@ -1879,11 +1839,8 @@ workflows:
1879
1839
- chk_coding_style : *requires_nothing
1880
1840
# DISABLED FOR 0.6.0 - chk_docs_examples: *requires_nothing
1881
1841
- chk_buglist : *requires_nothing
1882
- - chk_proofs : *requires_nothing
1883
1842
- chk_pylint : *requires_nothing
1884
1843
- chk_errorcodes : *requires_nothing
1885
- - chk_antlr_grammar : *requires_nothing
1886
- - chk_docs_pragma_min_version : *requires_nothing
1887
1844
- t_ubu_pyscripts : *requires_nothing
1888
1845
- t_win_pyscripts : *requires_nothing
1889
1846
0 commit comments