Skip to content

Commit 0e37973

Browse files
authored
[macOS] Remove stale VCPKG workaround (#12092)
1 parent 8d31ac4 commit 0e37973

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

images/macos/scripts/build/install-vcpkg.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ source ~/utils/utils.sh
1010
VCPKG_INSTALLATION_ROOT=/usr/local/share/vcpkg
1111
echo "export VCPKG_INSTALLATION_ROOT=${VCPKG_INSTALLATION_ROOT}" | tee -a ~/.bashrc
1212

13-
# workaround https://github.com/microsoft/vcpkg/issues/27786
14-
15-
mkdir -p /Users/runner/.vcpkg
16-
touch /Users/runner/.vcpkg/vcpkg.path.txt
17-
1813
# Install vcpkg
1914
sudo git clone https://github.com/Microsoft/vcpkg $VCPKG_INSTALLATION_ROOT
2015
sudo $VCPKG_INSTALLATION_ROOT/bootstrap-vcpkg.sh
2116
$VCPKG_INSTALLATION_ROOT/vcpkg integrate install
2217
sudo chmod -R 0777 $VCPKG_INSTALLATION_ROOT
2318
ln -sf $VCPKG_INSTALLATION_ROOT/vcpkg /usr/local/bin
2419

25-
rm -rf /Users/runner/.vcpkg
26-
2720
invoke_tests "Common" "vcpkg"

0 commit comments

Comments
 (0)