Merge branch 'crawl-followup' into 'master'

correct dcss recipe and add python3-yaml to podman

See merge request redox-os/redox!2044
This commit is contained in:
Jeremy Soller 2026-04-02 11:56:15 -06:00
commit 79fb42097d
2 changed files with 2 additions and 3 deletions

View File

@ -61,6 +61,7 @@ RUN apt-get update \
python3-libxml2 \
python3-mako \
python3-venv \
python3-yaml \
rsync \
ruby \
scons \

View File

@ -1,6 +1,6 @@
# TODO make this the no tiles variant, may want separate dcss-tiles recipe for tiles
# TODO compilation instructions: https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.md#compiling
# TODO not sure how to get PyYAML installed, may need to be separately packaged
# TODO see https://gitlab.redox-os.org/redox-os/redox/-/issues/1800
[source]
tar = "https://github.com/crawl/crawl/releases/download/0.34.1/stone_soup-0.34.1-nodeps.tar.xz"
[build]
@ -12,13 +12,11 @@ dependencies = [
"sqlite3",
"zlib",
]
]
script = """
DYNAMIC_INIT
# Copy source to build directory
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
cd source
"${COOKBOOK_MAKE}" -j"$($NPROC)"