aboutsummaryrefslogtreecommitdiffstats
path: root/z3/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'z3/docker/README.md')
-rw-r--r--z3/docker/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/z3/docker/README.md b/z3/docker/README.md
new file mode 100644
index 00000000..d979fd5e
--- /dev/null
+++ b/z3/docker/README.md
@@ -0,0 +1,14 @@
1<!--
2 SPDX-FileCopyrightText: 2023 The Refinery Authors <https://refinery.tools/>
3
4 SPDX-License-Identifier: Apache-2.0
5-->
6
7# Scripts for cross-building Z3 for linux-aarch64
8
9We intentionally build in Ubuntu Focal to avoid a dependency on glibc 2.35.
10See https://github.com/Z3Prover/z3/issues/6572 for details.
11
12This should not be necessary once Z3 4.12.3 is released, as now Z3 nighly
13includes linux-aarch64 builds.
14See https://github.com/Z3Prover/z3/issues/6835 for details.