Commit 0d5c0b2d authored by Andrei Vagin's avatar Andrei Vagin

scripts/build: use the last stable release for s390

And get qemu-static from the 18.04 LTS Ubuntu repos.

https://github.com/checkpoint-restore/criu/issues/652Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent b3a19918
FROM s390x/debian:jessie-backports
FROM s390x/debian:latest
ENV QEMU_CPU z900
COPY scripts/build/qemu-user-static/usr/bin/qemu-s390x-static /usr/bin/qemu-s390x-static
......
......@@ -4,7 +4,7 @@ set -e
set -u
set -o pipefail
MIRROR="https://mirrors.kernel.org/ubuntu"
PKGS="$MIRROR/dists/xenial/universe/binary-amd64/Packages.gz"
PKGS="$MIRROR/dists/bionic/universe/binary-amd64/Packages.gz"
if [ $# -ne 1 ]; then
echo "Usage: $0 package-name" 1>&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment