Skip to content

Commit

Permalink
Update docker-ci{,-for-pr}.yml to use Z3 v4.12.4 by default
Browse files Browse the repository at this point in the history
HolSmt now supports proof reconstruction for Z3 v4.12.4, so we can
now use it by default to run the HolSmt self-tests.
  • Loading branch information
someplaceguy committed Feb 8, 2024
1 parent 5e77b60 commit a14bc3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
push: false
build-args: |
SML=poly
Z3_VERSION=2.19
Z3_VERSION=4.12.4
CVC_VERSION=5
BUILDOPTS=--stdknl -j2 -t
Expand All @@ -45,6 +45,6 @@ jobs:
push: false
build-args: |
SML=poly
Z3_VERSION=2.19
Z3_VERSION=4.12.4
CVC_VERSION=5
BUILDOPTS=--expk -j2 -t
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
push: true
build-args: |
SML=poly
Z3_VERSION=2.19
Z3_VERSION=4.12.4
CVC_VERSION=5
# NOTE: the arg value cannot be quoted here:
BUILDOPTS=--stdknl -j2 -t
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
push: true
build-args: |
SML=poly
Z3_VERSION=2.19
Z3_VERSION=4.12.4
CVC_VERSION=5
# NOTE: the arg value cannot be quoted here:
BUILDOPTS=--expk -j2 -t
Expand Down

0 comments on commit a14bc3f

Please sign in to comment.