Re: [PATCH] tests/docker: use stable URLs for zlib tarballs

Stefan Hajnoczi <[email protected]> Mon, 3 Aug 2026 14:03:40 -0400
Newsgroups org.nongnu.qemu-devel
Message-ID <CAJSP0QUkz=q78OvQ7OnNUxqbRVQpwXY-4pTrtYUK8Lub+9X+Bw@mail.gmail.com>
On Mon, Aug 3, 2026 at 1:54=E2=80=AFPM Daniel P. Berrang=C3=A9 <berrange@re=
dhat.com> wrote:
>
> On Mon, Aug 03, 2026 at 01:47:35PM -0400, Stefan Hajnoczi wrote:
> > The tarballs at https://zlib.net/zlib-X.Y.Z.tar.xz become unavailable
> > when a new release is made. This breaks the emsdk-wasm64-cross.docker
> > file that fetches the tarball and builds zlib from source.
> >
> > There is actually an archive available with a stable URL. Use that
> > instead. This does require switching from bzip2 to gzip since bzip2
> > tarballs are not available in the archive.
>
> "...from  xz to gzip since xz tarballs...."

Thanks for spotting this. I'll send a v2.

Stefan