Bug 1937963 - Add a distrobox script for wrench development r=gfx-reviewers,lsalzman

This makes it easier to develop wrench on modern distros, where
llvm-14 is not available or default.

Differential Revision: https://phabricator.services.mozilla.com/D232428
This commit is contained in:
Glenn Watson
2025-01-06 19:22:34 +00:00
parent 157d088219
commit 43e640e2cf

View File

@@ -0,0 +1,7 @@
# To initialize the container, run `distrobox assemble create` in this directory.
# 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
init=false
replace=true