fresh-arm64: Set vcpkg to 2022.08.15

Provides fmt 9.0.0, Boost 1.79. This downgrades from upstream vcpkg's Boost
1.81 as a result of runtime issues in yuzu by Boost >= 1.80.
This commit is contained in:
lat9nq 2023-03-25 17:44:42 -04:00
parent 16761c5017
commit b99f57fabf

View file

@ -68,7 +68,7 @@ ENV VCPKG_FORCE_SYSTEM_BINARIES=1
USER 1027
# Install vcpkg and required dependencies for yuzu
RUN cd /home/yuzu &&\
git clone --depth 1 https://github.com/Microsoft/vcpkg.git &&\
git clone --branch 2022.08.15 --depth 1 https://github.com/Microsoft/vcpkg.git &&\
cd vcpkg &&\
./bootstrap-vcpkg.sh &&\
./vcpkg install \