Skip to content

ci/deqp: Download zlib from Gentoo's mirror

Tomeu Vizoso requested to merge tomeu/mesa:ci-zlib into main
ci/deqp: Download zlib from Gentoo's mirror

When downloading it with fetch_sources.py, sometimes these errors are
found:

urllib.error.HTTPError: HTTP Error 403: Forbidden
urllib.error.HTTPError: HTTP Error 415: Unsupported Media Type

This is probably a captcha page that zlib's Imunify360 is presenting,
and python-requests bailing out.

Let's move for now to use Gentoo's mirror.

Merge request reports