Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move dockerhub image to prebuilt z3 (#3714)
Previously, this step was building an incorrect version of Z3 from source when building the K dockerhub images at release time; this PR amends the relevant Dockerfile to instead pull from our new prebuilt images. I have tested the changes in a reverted commit, as they only run on release normally. See [this CI run](https://github.com/runtimeverification/k/actions/runs/6510755942/job/17685127208) for a successful build of the image using the prebuilt layer. This PR also removes dead code (`package/debian/Dockerfile`), which as far as I can tell is not used anywhere any more. Fixes #3713
- Loading branch information