Perform a full clone of vcpkg instead of depth=1 (#4476)
This commit is contained in:
@@ -6,7 +6,7 @@ VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg
|
|||||||
echo "export VCPKG_INSTALLATION_ROOT=${VCPKG_INSTALLATION_ROOT}" | tee -a ~/.bashrc
|
echo "export VCPKG_INSTALLATION_ROOT=${VCPKG_INSTALLATION_ROOT}" | tee -a ~/.bashrc
|
||||||
|
|
||||||
# Install vcpkg
|
# Install vcpkg
|
||||||
git clone --depth=1 https://github.com/Microsoft/vcpkg $VCPKG_INSTALLATION_ROOT
|
git clone https://github.com/Microsoft/vcpkg $VCPKG_INSTALLATION_ROOT
|
||||||
$VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.sh
|
$VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.sh
|
||||||
$VCPKG_INSTALLATION_ROOT/vcpkg integrate install
|
$VCPKG_INSTALLATION_ROOT/vcpkg integrate install
|
||||||
chmod -R 0777 $VCPKG_INSTALLATION_ROOT
|
chmod -R 0777 $VCPKG_INSTALLATION_ROOT
|
||||||
|
|||||||
Reference in New Issue
Block a user