fix: build cli with prebuilt openssl (#2316)

This commit is contained in:
Baptiste Augrain
2025-04-09 00:10:34 +02:00
parent 6c5a8eb3fb
commit e45f1ef420
7 changed files with 52 additions and 16 deletions

View File

@@ -26,6 +26,8 @@ node build/azure-pipelines/distro/mixin-npm
npm run gulp "vscode-win32-${VSCODE_ARCH}-min-ci"
. ../build_cli.sh
if [[ "${VSCODE_ARCH}" == "x64" ]]; then
if [[ "${SHOULD_BUILD_REH}" != "no" ]]; then
echo "Building REH"