This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ ENV APPIMAGE_EXTRACT_AND_RUN 1
8686RUN 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 && \
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ENV APPIMAGE_EXTRACT_AND_RUN 1
8585RUN 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 && \
You can’t perform that action at this time.
0 commit comments