mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update z3 to 4.11.0
This commit is contained in:
parent
e048ba4d75
commit
cbcd8a724b
@ -33,7 +33,7 @@
|
||||
# Using $(em-config CACHE)/sysroot/usr seems to work, though, and still has cmake find the
|
||||
# dependencies automatically.
|
||||
FROM emscripten/emsdk:3.1.19 AS base
|
||||
LABEL version="12"
|
||||
LABEL version="13"
|
||||
|
||||
ADD emscripten.jam /usr/src
|
||||
RUN set -ex && \
|
||||
@ -42,7 +42,7 @@ RUN set -ex && \
|
||||
apt-get install lz4 --no-install-recommends && \
|
||||
\
|
||||
cd /usr/src && \
|
||||
git clone https://github.com/Z3Prover/z3.git -b z3-4.8.17 --depth 1 && \
|
||||
git clone https://github.com/Z3Prover/z3.git -b z3-4.11.0 --depth 1 && \
|
||||
cd z3 && \
|
||||
mkdir build && \
|
||||
cd build && \
|
||||
|
@ -22,7 +22,7 @@
|
||||
# (c) 2016-2021 solidity contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
FROM gcr.io/oss-fuzz-base/base-clang:latest as base
|
||||
LABEL version="18"
|
||||
LABEL version="19"
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@ -61,7 +61,7 @@ RUN set -ex; \
|
||||
|
||||
# Z3
|
||||
RUN set -ex; \
|
||||
git clone --depth 1 -b z3-4.8.17 https://github.com/Z3Prover/z3.git \
|
||||
git clone --depth 1 -b z3-4.11.0 https://github.com/Z3Prover/z3.git \
|
||||
/usr/src/z3; \
|
||||
cd /usr/src/z3; \
|
||||
mkdir build; \
|
||||
|
@ -22,7 +22,7 @@
|
||||
# (c) 2016-2019 solidity contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
FROM buildpack-deps:focal AS base
|
||||
LABEL version="13"
|
||||
LABEL version="14"
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
# (c) 2016-2019 solidity contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
FROM buildpack-deps:focal AS base
|
||||
LABEL version="13"
|
||||
LABEL version="14"
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@ -38,7 +38,7 @@ RUN set -ex; \
|
||||
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
|
||||
libboost-program-options-dev \
|
||||
clang \
|
||||
libz3-static-dev jq \
|
||||
libz3-static-dev z3-static jq \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user