@@ -109,9 +109,6 @@ jobs:
109109          #  Verify that the compiler still builds with older OCaml versions
110110          - os : ubuntu-24.04 
111111            ocaml_compiler : ocaml-variants.5.2.1+options,ocaml-option-static 
112-             #  Reanalyze does not work on OCaml 5.3.0 anymore, therefore run it on 5.2.1
113-             #  disabled for now, since Reanalyze will stop working going forward. Can likely be removed entirely soon
114-             run_reanalyze : false 
115112          - os : ubuntu-24.04 
116113            ocaml_compiler : ocaml-variants.5.0.0+options,ocaml-option-static 
117114          - os : ubuntu-24.04 
@@ -192,10 +189,6 @@ jobs:
192189        if : steps.cache-opam-env.outputs.cache-hit != 'true' 
193190        run : opam install . --deps-only --with-test 
194191
195-       - name : " Install reanalyze" 
196-         if : steps.cache-opam-env.outputs.cache-hit != 'true' && matrix.run_reanalyze 
197-         run : opam install reanalyze 
198- 
199192      - name : Cache OPAM environment 
200193        if : steps.cache-opam-env.outputs.cache-hit != 'true' 
201194        uses : actions/cache/save@v4 
@@ -306,10 +299,6 @@ jobs:
306299        if : ${{ runner.os == 'Windows' }} 
307300        run : opam exec -- make test-syntax 
308301
309-       - name : " Syntax: Run reanalyze" 
310-         if : matrix.run_reanalyze 
311-         run : opam exec -- make reanalyze 
312- 
313302      - name : Build runtime/stdlib 
314303        run : ./scripts/buildRuntime.sh 
315304        shell : bash 
0 commit comments