File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build-push :
13- if : github.event_name == 'push'
13+ # TEMP: disabled while debugging the windows-latest|release|--enable-thread-safety
14+ # --enable-mcsat mcsat_tuples failure. The PP_DIAG prints are now gated on
15+ # YICES_PP_TRACE so this job would pass, but we skip it to free CI minutes
16+ # for fast Windows iteration. Restore by deleting `false &&` below.
17+ if : false && github.event_name == 'push'
1418 strategy :
1519 matrix :
1620 os : [ubuntu-latest]
6468 path-to-lcov : ' coverage.info'
6569
6670 build-pr :
67- if : github.event_name == 'pull_request'
71+ # TEMP: disabled while debugging the windows-latest|release|--enable-thread-safety
72+ # --enable-mcsat mcsat_tuples failure. The PP_DIAG prints are now gated on
73+ # YICES_PP_TRACE so this job would pass, but we skip it to free CI minutes
74+ # for fast Windows iteration. Restore by deleting `false &&` below.
75+ if : false && github.event_name == 'pull_request'
6876 strategy :
6977 matrix :
7078 os : [ubuntu-latest, macos-latest]
You can’t perform that action at this time.
0 commit comments