tor-browser

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

commit 999d0b2850c1b72e955f2925a46346a245653f02
parent c514cff7436a13a691cb20dcf37f3c310de47964
Author: Tom Ritter <tom@mozilla.com>
Date:   Tue, 16 Dec 2025 16:35:31 +0000

Bug 2006166: Install a specific version of arcanist to handle PHP warnings r=freddyb

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

Diffstat:
Mtaskcluster/docker/updatebot/privileged-setup.sh | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/taskcluster/docker/updatebot/privileged-setup.sh b/taskcluster/docker/updatebot/privileged-setup.sh @@ -14,7 +14,6 @@ apt-get update -y # Install dependencies apt-get install -y --no-install-recommends \ - arcanist \ ca-certificates \ cloudsql-proxy \ curl \ @@ -23,6 +22,8 @@ apt-get install -y --no-install-recommends \ gcc \ libc6-dev \ meson \ + php-cli \ + php-curl \ python3-minimal \ python3-wheel \ python3-pip \ @@ -38,6 +39,14 @@ mkdir -p /builds/worker/.mozbuild chown -R worker:worker /builds/worker/ export GOPATH=/builds/worker/go +# Install specific version of Arcanist +pushd /builds/worker/.mozbuild/ +git clone https://github.com/phacility/arcanist.git +cd arcanist +git checkout e50d1bc4eabac9c37e3220e9f3fb8e37ae20b957 +ln -s /builds/worker/.mozbuild/arcanist/bin/arc /usr/local/bin/arc +popd + . install-node-for-pdfjs.sh # pdf.js setup