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

Commit a188e7e

Browse files
Tweak git revision of said pre-release Meson. (Meson team asked me to squash my changes.)
1 parent a2f0b5a commit a188e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

naev-macos/Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ENV APPIMAGE_EXTRACT_AND_RUN 1
8686
RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install clang cmake gettext genisoimage git llvm meson ninja-build python3-pip python3-pyyaml unzip tar xz zlib zip && \
8787
microdnf clean all && \
8888
# Update Meson to a pre-release, due to a bug cross-compiling with link-time optimization enabled. (python3-pip is unnecessary once this step is.)
89-
python3 -m pip install git+https://github.com/UncombedCoconut/meson.git@8170743261d50420c1519bf27c4301086db59fa3 && \
89+
python3 -m pip install git+https://github.com/UncombedCoconut/meson.git@014053932b41f59e539cd1a6d1bd8b5121258fe6 && \
9090
# Verify tool version.
9191
echo "Verifying meson install" && \
9292
command -v meson && \

naev-macos/Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ENV APPIMAGE_EXTRACT_AND_RUN 1
8585
RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install clang cmake gettext genisoimage git llvm meson ninja-build python3-pip python3-pyyaml unzip tar xz zlib zip && \
8686
microdnf clean all && \
8787
# Update Meson to a pre-release, due to a bug cross-compiling with link-time optimization enabled. (python3-pip is unnecessary once this step is.)
88-
python3 -m pip install git+https://github.com/UncombedCoconut/meson.git@8170743261d50420c1519bf27c4301086db59fa3 && \
88+
python3 -m pip install git+https://github.com/UncombedCoconut/meson.git@014053932b41f59e539cd1a6d1bd8b5121258fe6 && \
8989
# Verify tool version.
9090
echo "Verifying meson install" && \
9191
command -v meson && \

0 commit comments

Comments
 (0)