Skip to content

Commit 090ba1a

Browse files
Update CI/setup-windows-sdk.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 660680c commit 090ba1a

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

CI/setup-windows-sdk.sh

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -218,32 +218,6 @@ else
218218
echo ""
219219
exit 6
220220
fi
221-
# Install Sentry dependencies if enabled
222-
if [ "${WITH_SENTRY}" = "yes" ]; then
223-
echo " Installing Sentry dependencies..."
224-
echo ""
225-
226-
# Install git if not present (needed for Sentry Native SDK)
227-
if ! command -v git &> /dev/null; then
228-
pacman -S --noconfirm git
229-
fi
230-
231-
# Install cmake if not present (needed for building Sentry Native SDK)
232-
if ! command -v cmake &> /dev/null; then
233-
pacman -S --noconfirm mingw-w64-x86_64-cmake
234-
fi
235-
236-
# Install curl (needed for downloading Sentry Native SDK)
237-
if ! command -v curl &> /dev/null; then
238-
pacman -S --noconfirm mingw-w64-x86_64-curl
239-
fi
240-
241-
echo " ... Sentry dependencies installed"
242-
echo ""
243-
else
244-
echo " Sentry not enabled, skipping Sentry dependencies"
245-
echo ""
246-
fi
247221
cd ~ || exit 1
248222
echo " ... setup-windows-sdk.sh shell script finished."
249223
echo ""

0 commit comments

Comments
 (0)