Skip to content

Commit

Permalink
Upgrade Z3 to version 4.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauvel committed Nov 6, 2019
1 parent 32d160e commit 1eb3632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
docker build --no-cache \
--build-arg PYTHON_VERSION=3.5 \
--build-arg WITH_TESTS=--camp-with-tests \
--build-arg Z3_VERSION=4.8.4.d6df51951f4c \
--build-arg Z3_PLATFORM=x64-debian-8.11 \
--build-arg Z3_VERSION=4.8.6 \
--build-arg Z3_PLATFORM=x64-ubuntu-16.04 \
-t camp:ci .
- run: |
docker save -o camp-ci.tar camp:ci
Expand Down

0 comments on commit 1eb3632

Please sign in to comment.