tor-browser

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

commit 064ed260961d22f1fe3add0c0a2c6d07aaa0fc29
parent 65fcb4639b2f4125126cec0a7c3af73b93bc61cd
Author: Glenn Watson <git@chillybin.org>
Date:   Mon, 13 Oct 2025 19:18:48 +0000

Bug 1992911 - Select debian12 for wrench distrobox, since debian13 doesn't have llvm-14 r=gfx-reviewers,lsalzman

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

Diffstat:
Mgfx/wr/ci-scripts/distrobox.ini | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gfx/wr/ci-scripts/distrobox.ini b/gfx/wr/ci-scripts/distrobox.ini @@ -2,6 +2,6 @@ # To enter the container, run `distrobox enter wrench-dev` [dev-wrench] additional_packages="git build-essential cmake pkg-config libfreetype-dev libexpat1-dev meson ninja-build python3-mako llvm-14-dev bison flex" -image=debian:latest +image=debian:12 init=false replace=true