Skip to content

Commit bc4436c

Browse files
authored
Merge pull request #12519 from ethereum/updateZ3
Update docker images to Z3 4.8.14.
2 parents 81d3e53 + 38545e8 commit bc4436c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

scripts/deps-ppa/static_z3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ set -ev
2525
keyid=70D110489D66E2F6
2626
2727
packagename=z3-static
28-
version=4.8.13
28+
version=4.8.14
2929

30-
DISTRIBUTIONS="focal groovy hirsute impish"
30+
DISTRIBUTIONS="focal hirsute impish jammy"
3131

3232
for distribution in $DISTRIBUTIONS
3333
do

scripts/docker/buildpack-deps/Dockerfile.emscripten

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
# Using $(em-config CACHE)/sysroot/usr seems to work, though, and still has cmake find the
3434
# dependencies automatically.
3535
FROM emscripten/emsdk:2.0.33 AS base
36-
LABEL version="8"
36+
LABEL version="9"
3737

3838
ADD emscripten.jam /usr/src
3939
RUN set -ex; \
4040
cd /usr/src; \
41-
git clone https://github.com/Z3Prover/z3.git -b z3-4.8.13 --depth 1 ; \
41+
git clone https://github.com/Z3Prover/z3.git -b z3-4.8.14 --depth 1 ; \
4242
cd z3; \
4343
mkdir build; \
4444
cd build; \

scripts/docker/buildpack-deps/Dockerfile.ubuntu1604.clang.ossfuzz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2021 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM gcr.io/oss-fuzz-base/base-clang:latest as base
25-
LABEL version="14"
25+
LABEL version="15"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

@@ -61,7 +61,7 @@ RUN set -ex; \
6161

6262
# Z3
6363
RUN set -ex; \
64-
git clone --depth 1 -b z3-4.8.13 https://github.com/Z3Prover/z3.git \
64+
git clone --depth 1 -b z3-4.8.14 https://github.com/Z3Prover/z3.git \
6565
/usr/src/z3; \
6666
cd /usr/src/z3; \
6767
mkdir build; \

scripts/docker/buildpack-deps/Dockerfile.ubuntu2004

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2019 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM buildpack-deps:focal AS base
25-
LABEL version="9"
25+
LABEL version="10"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

scripts/docker/buildpack-deps/Dockerfile.ubuntu2004.clang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# (c) 2016-2019 solidity contributors.
2323
#------------------------------------------------------------------------------
2424
FROM buildpack-deps:focal AS base
25-
LABEL version="9"
25+
LABEL version="10"
2626

2727
ARG DEBIAN_FRONTEND=noninteractive
2828

scripts/release_ppa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ packagename=solc
5757

5858
static_build_distribution=hirsute
5959

60-
DISTRIBUTIONS="focal hirsute impish"
60+
DISTRIBUTIONS="focal hirsute impish jammy"
6161

6262
if is_release
6363
then

0 commit comments

Comments
 (0)