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

Commit 04a74e4

Browse files
Pinned the version of Meson to use in Ubuntu 16.04.
1 parent f05accb commit 04a74e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v1.3.2:
2+
Pinned the version of Meson to use in Ubuntu 16.04. This situation is temporary; 16.04 will stop being the base system for AppImage builds by late April. Refs: <https://packages.ubuntu.com/source/xenial-backports/ninja-build> <https://docs.appimage.org/reference/best-practices.html#binaries-compiled-on-old-enough-base-system>
3+
14
### v1.3.1:
25
Added MXE packaged luajit to naev-windows image.
36
Returned to official Meson releases in the naev-macos image, now that a key bug-fix is released.

naev/naev-ubuntu1604/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
3434
RUN python3 -m pip install mutagen
3535

3636
# Install meson via pip.
37-
RUN python3 -m pip install meson && \
37+
# The 0.57 release requires ninja-build >=1.8.2
38+
RUN python3 -m pip install meson==0.56 && \
3839
echo "Verifying meson install" && \
3940
which meson && \
4041
meson --version

0 commit comments

Comments
 (0)