mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-22 17:55:38 +01:00
fresh: Remove Conan usage
Installing packages here does nothing: the container just re-downloads them at CMake configure time. So skip installing them altogether.
This commit is contained in:
parent
8507fa7caf
commit
63316f3e0a
@ -89,6 +89,3 @@ ENV LD_LIBRARY_PATH=/opt/qt${QT_PKG_VER}/lib:${LD_LIBRARY_PATH}
|
|||||||
ENV PATH=/opt/qt${QT_PKG_VER}/bin:${PATH}
|
ENV PATH=/opt/qt${QT_PKG_VER}/bin:${PATH}
|
||||||
USER 1027
|
USER 1027
|
||||||
COPY --chown=yuzu:yuzu settings.yml /home/yuzu/.conan/settings.yml
|
COPY --chown=yuzu:yuzu settings.yml /home/yuzu/.conan/settings.yml
|
||||||
RUN conan install catch2/2.13.0@ -s compiler.libcxx=libstdc++11 --build=missing && \
|
|
||||||
conan install fmt/7.1.2@ -s compiler.libcxx=libstdc++11 --build=missing && \
|
|
||||||
conan install nlohmann_json/3.9.1@ -s compiler.libcxx=libstdc++11 --build=missing
|
|
||||||
|
Loading…
Reference in New Issue
Block a user