mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 11:55:39 +01:00
Merge pull request #49 from lat9nq/mingw-no-workaround
mingw: Remove glibc workaround
This commit is contained in:
commit
d1a84a6819
@ -2,12 +2,7 @@ FROM archlinux:latest
|
|||||||
LABEL maintainer="yuzu"
|
LABEL maintainer="yuzu"
|
||||||
|
|
||||||
ENV EXT_BIN_URL="https://github.com/yuzu-emu/ext-linux-bin/raw/main/mingw"
|
ENV EXT_BIN_URL="https://github.com/yuzu-emu/ext-linux-bin/raw/main/mingw"
|
||||||
# Workaround for Arch Linux Docker image failing to build
|
|
||||||
# From https://stackoverflow.com/questions/66154574
|
|
||||||
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && \
|
|
||||||
curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && \
|
|
||||||
bsdtar -C / -xvf "$patched_glibc" && \
|
|
||||||
echo 'IgnorePkg = glibc' >> /etc/pacman.conf
|
|
||||||
# Add mingw-repo "ownstuff" is a AUR with an up to date mingw64
|
# Add mingw-repo "ownstuff" is a AUR with an up to date mingw64
|
||||||
# Runs pacman -Syu twice in order to work around pacman issues where the first run only updates the
|
# Runs pacman -Syu twice in order to work around pacman issues where the first run only updates the
|
||||||
# current distro packages, and the second run actually pulls the updates from the repos.
|
# current distro packages, and the second run actually pulls the updates from the repos.
|
||||||
|
Loading…
Reference in New Issue
Block a user