Skip to content

Commit

Permalink
It's naev-steamruntime that needs the Meson bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
UncombedCoconut committed Apr 28, 2024
1 parent 1a241ab commit 0a86ccb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- `naev-steamruntime` (Used for testing linux steam builds in the steamruntime (sniper) environment with extra dependencies installed.)
- `naev-windows` (Used to cross compile for Windows.)

### v1.10.3
- It's naev-steamruntime that needs the Meson bump.

### v1.10.2
- Require modern Meson for naev-linux as well; install C++ compiler for Windows.

Expand Down
2 changes: 0 additions & 2 deletions naev-linux-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install meson ninja-build
# Install utilities
git libevent lua nano ncurses python3-pyyaml python3-mutagen readline tar texinfo xz unzip zip && \
microdnf clean all && \
# Need Meson >=1.2.0 for fancy wrap files.
python3 -m pip install meson --upgrade
# Verify tool versions and install locations.
echo "Verifying python install" && \
command -v python3 && \
Expand Down
2 changes: 2 additions & 0 deletions naev-steamruntime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
# Naughty: we need libluajit-5.1-dev, libglpk-dev and libsuitesparse-dev, not in the SDK.... All are statically linked when building with the steamruntime option in meson set to true. Also, texinfo is an accidental build dependency for libbfd.
libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo && \
apt-get clean && \
# Need Meson >=1.2.0 for fancy wrap files.
python3 -m pip install meson --upgrade
# Verify meson and python.
echo "Verifying python install" && \
command -v python3 && \
Expand Down

0 comments on commit 0a86ccb

Please sign in to comment.