Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commitd0f5fdc

Browse files
Update Dockerfile to install upgraded Meson for Rust standard compatibility
1 parent14e1d98 commitd0f5fdc

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)

[8]ページ先頭

©2009-2025 Movatter.jp