File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,7 @@ build() {
4040 fi
4141 git clone https://github.com/microsoft/vcpkg.git
4242 mv vcpkg $ROOT_DIR /
43- if [[ $PLATFORM == " aarch64" ]]; then
44- export VCPKG_FORCE_SYSTEM_BINARIES=1
45- fi
43+ export VCPKG_FORCE_SYSTEM_BINARIES=1
4644 set -e
4745 cmake -B build -DINTEGRATE_VCPKG=ON -DCMAKE_BUILD_TYPE=Release \
4846 -DCMAKE_MAKE_PROGRAM=make \
Original file line number Diff line number Diff line change @@ -38,10 +38,3 @@ RUN apk add \
3838 unzip \
3939 openssl-dev \
4040 sudo
41-
42- # Build latest CMake for vcpkg
43- RUN curl -O -L https://github.com/Kitware/CMake/releases/download/v3.31.9/cmake-3.31.9.tar.gz \
44- && tar zxf cmake-3.31.9.tar.gz \
45- && cd cmake-3.31.9 \
46- && ./configure && make -j8 && make install \
47- && cd .. && rm -rf cmake-3.31.9 cmake-3.31.9.tar.gz
You can’t perform that action at this time.
0 commit comments