mirror of
https://git.suyu.dev/suyu/build-environments.git
synced 2026-01-07 15:08:33 +01:00
mingw: Drop Conan installation
This commit is contained in:
parent
6152c43af4
commit
df1562ad0b
3 changed files with 0 additions and 165 deletions
|
|
@ -53,10 +53,6 @@ RUN ln -s /usr/x86_64-w64-mingw32/lib/qt /usr/x86_64-w64-mingw32/lib/qt5
|
|||
# Give yuzu user sudo access for AUR usage
|
||||
RUN echo "yuzu ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||
|
||||
# Conan usage is deprecated
|
||||
RUN pip3 install conan
|
||||
COPY --chown=yuzu:yuzu default /home/yuzu/.conan/profiles/
|
||||
COPY --chown=yuzu:yuzu settings.yml /home/yuzu/.conan/settings.yml
|
||||
USER 1027
|
||||
|
||||
# Build/install small AUR packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue