Merge pull request #10844 from ethereum/smt_z3_docker_4_18_10

Bump docker images for z3 4.8.10
This commit is contained in:
Leonardo 2021-01-26 13:05:50 +01:00 committed by GitHub
commit c35fdda2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -29,12 +29,12 @@
# make version=2.0.12 build
#
FROM emscripten/emsdk:2.0.12 AS base
LABEL version="3"
LABEL version="4"
ADD emscripten.jam /usr/src
RUN set -ex; \
cd /usr/src; \
git clone https://github.com/Z3Prover/z3.git -b z3-4.8.9 --depth 1 ; \
git clone https://github.com/Z3Prover/z3.git -b z3-4.8.10 --depth 1 ; \
cd z3; \
mkdir build; \
cd build; \

View File

@ -22,7 +22,7 @@
# (c) 2016-2019 solidity contributors.
#------------------------------------------------------------------------------
FROM gcr.io/oss-fuzz-base/base-clang as base
LABEL version="7"
LABEL version="8"
ARG DEBIAN_FRONTEND=noninteractive
@ -60,7 +60,7 @@ RUN set -ex; \
# Z3
RUN set -ex; \
git clone --depth 1 -b z3-4.8.9 https://github.com/Z3Prover/z3.git \
git clone --depth 1 -b z3-4.8.10 https://github.com/Z3Prover/z3.git \
/usr/src/z3; \
cd /usr/src/z3; \
mkdir build; \

View File

@ -22,7 +22,7 @@
# (c) 2016-2019 solidity contributors.
#------------------------------------------------------------------------------
FROM buildpack-deps:focal AS base
LABEL version="4"
LABEL version="5"
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -22,7 +22,7 @@
# (c) 2016-2019 solidity contributors.
#------------------------------------------------------------------------------
FROM buildpack-deps:focal AS base
LABEL version="4"
LABEL version="5"
ARG DEBIAN_FRONTEND=noninteractive