This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77- ` naev-artwork ` (Used to render naev artwork.) *** DEPRECATED***
88- ` naev-linux-archaic ` (Used for old release builds) *** DEPRECATED***
99
10+ ### v1.12.6
11+ - Add awk to all Fedora based images
12+
1013### v1.12.5
1114- Update ` naev-macos ` to target macOS 13 for ARM64 targets (See: https://trac.macports.org/ticket/72256 )
1215- Update dependencies and fix compiler quirks with OSXCross in ` naev-macos `
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ WORKDIR /tmp
2323# Install utilities
2424RUN 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 gzip 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 gawk gcc gzip python3-pyyaml file git readline-devel rustup tar xz unzip zip \
2727# Install SteamCMD and friends
2828 glibc.i686 sdl2-compat.i686 && \
2929 microdnf clean all && \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY _copr:copr.fedorainfracloud.org:jackgreiner:mingw64-packages.repo /etc/yum.
1414COPY setup-devenv.sh /usr/bin
1515
1616RUN microdnf update -y && \
17- microdnf --nodocs --setopt=install_weak_deps=0 -y install clang gcc gettext git gzip lld llvm python3-pip meson ninja-build python3-pyyaml rustup tar texinfo xz unzip zip \
17+ microdnf --nodocs --setopt=install_weak_deps=0 -y install clang gawk gcc gettext git gzip lld llvm python3-pip meson ninja-build python3-pyyaml rustup tar texinfo xz unzip zip \
1818# OK, seems like the rust is a bit a of mess as it is trying to compile some things internally with hardcoded mingw64 paths
1919# We have to toss the dependencies here so that it works. In particular, mlua-sys seems to want to build luajit
2020 mingw64-binutils mingw64-gcc \
You can’t perform that action at this time.
0 commit comments