tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit dd9201c1e643ca20a85187686c7d8523e37c70a5
parent b6dfe0576fc92b06f7df635f59f2dcca0200006f
Author: Mike Hommey <mh+mozilla@glandium.org>
Date:   Wed, 29 Oct 2025 11:54:53 +0000

Bug 1996906 - Change where we get libxml2 from. r=taskgraph-reviewers,jcristau

Instead of downloading an archive from gitlab, which likes to send us a
bot challenge instead, just do a git clone, which should bring us the
same content.

Differential Revision: https://phabricator.services.mozilla.com/D270441

Diffstat:
Mtaskcluster/kinds/fetch/toolchains.yml | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/taskcluster/kinds/fetch/toolchains.yml b/taskcluster/kinds/fetch/toolchains.yml @@ -769,15 +769,11 @@ windows-rs: add-prefix: windows-rs/ libxml2: - description: Source of the libxml2 library + description: libxml2 2.9.12 source code fetch: - type: static-url - url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.12/libxml2-v2.9.12.tar.gz - sha256: 98bfa7a9a5e2a75638422050740448ee9f02bf4dc2075c9822d7747d5ff9e617 - size: 5233674 - artifact-name: libxml2.tar.zst - strip-components: 1 - add-prefix: libxml2/ + type: git + repo: https://gitlab.gnome.org/GNOME/libxml2 + revision: b48e77cf4f6fa0792c5f4b639707a2b0675e461b mozilla-pdf.js: description: Mozilla pdf.js Github repo