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.

Commitf1faaa6

Browse files
Replace SDL2 with sdl2-compat and add gzip
1 parentc53bd17 commitf1faaa6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Update`naev-macos` to target macOS 13 for ARM64 targets
1212
- Revert to upstream Fedora Meson in`naev-windows`,`naev-release`, and`naev-docs` as Fedora 42 is now GA
1313
- Add gzip to Fedora based images
14+
- Update dependencies in`naev-release`
1415
- Move away from ucrt64 packages to maintain ABI compatibility and help with rust compatibility in`naev-windows`
1516
- Update OpenBLAS to 0.3.29 in`naev-windows`
1617

‎naev-release/Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ WORKDIR /tmp
2323
# Install utilities
2424
RUN curl -L -O https://cli.github.com/packages/rpm/gh-cli.repo --output-dir /etc/yum.repos.d && \
2525
microdnf update -y && \
26-
microdnf --nodocs --setopt=install_weak_deps=0 -y install gh python3-pip meson ninja-build clang gcc python3-pyyaml file git readline-devel rustup tar xz unzip zip \
26+
microdnf --nodocs --setopt=install_weak_deps=0 -y install gh python3-pip meson ninja-build clang gccgzippython3-pyyaml file git readline-devel rustup tar xz unzip zip \
2727
# Install SteamCMD and friends
28-
glibc.i686SDL2.i686 && \
28+
glibc.i686sdl2-compat.i686 && \
2929
microdnf clean all && \
3030
# Download and install SteamCMD
3131
curl -L -O http://media.steampowered.com/installer/steamcmd_linux.tar.gz && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp