Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit d0f5fdc

Browse files
Update Dockerfile to install upgraded Meson for Rust standard compatibility
1 parent 14e1d98 commit d0f5fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

naev-macos/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ ENV APPIMAGE_EXTRACT_AND_RUN 1
102102
# Install build tools.
103103
RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install clang-devel cmake gettext genisoimage gawk git gzip lld meson ninja-build python3-pip python3-pyyaml rustup unzip tar texinfo xz zlib zip && \
104104
microdnf clean all && \
105+
# Need Meson >=1.7.0 for rust_std=2024, which is obviously not up-to-date in steamOS
106+
python3 -m pip install meson --upgrade && \
105107
# Verify tool version.
106108
echo "Verifying meson install" && \
107109
command -v meson && \

0 commit comments

Comments
 (0)