update z3 in docker files

This commit is contained in:
Leo Alt 2023-03-28 11:02:18 +02:00
parent 7b634152bd
commit f72e61ccbe
5 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@
# Using $(em-config CACHE)/sysroot/usr seems to work, though, and still has cmake find the # Using $(em-config CACHE)/sysroot/usr seems to work, though, and still has cmake find the
# dependencies automatically. # dependencies automatically.
FROM emscripten/emsdk:3.1.19 AS base FROM emscripten/emsdk:3.1.19 AS base
LABEL version="14" LABEL version="15"
ADD emscripten.jam /usr/src ADD emscripten.jam /usr/src
RUN set -ex && \ RUN set -ex && \
@ -42,7 +42,7 @@ RUN set -ex && \
apt-get install lz4 --no-install-recommends && \ apt-get install lz4 --no-install-recommends && \
\ \
cd /usr/src && \ cd /usr/src && \
git clone https://github.com/Z3Prover/z3.git -b z3-4.11.2 --depth 1 && \ git clone https://github.com/Z3Prover/z3.git -b z3-4.12.1 --depth 1 && \
cd z3 && \ cd z3 && \
mkdir build && \ mkdir build && \
cd build && \ cd build && \

View File

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

View File

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

View File

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

View File

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