Skip to content

Commit 9ddb634

Browse files
committed
Revert incremental default to false; fix CI stack overflow
1 parent 7cb68e2 commit 9ddb634

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,9 @@ jobs:
8888
uses: leanprover/lean-action@v1
8989
with:
9090
use-github-cache: false
91-
build: false
9291
test: false
93-
- name: Build Strata
94-
shell: bash
95-
run: |
96-
ulimit -s 65536
97-
lake build
9892
- name: Run tests (excluding Python)
99-
shell: bash
100-
run: |
101-
ulimit -s 65536
102-
lake test -- --exclude Languages.Python
93+
run: lake test -- --exclude Languages.Python
10394
- name: Save lake cache
10495
uses: actions/cache/save@v5
10596
with:

Strata/Languages/Core/Options.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def VerifyOptions.default : VerifyOptions := {
220220
uniqueBoundNames := false
221221
skipSolver := false
222222
profile := false
223-
incremental := true
223+
incremental := false
224224
pathCap := .none
225225
}
226226

0 commit comments

Comments
 (0)