fix: build cli with prebuilt openssl (#2316)

This commit is contained in:
Baptiste Augrain
2025-04-09 00:10:34 +02:00
committed by GitHub
parent b8126f6313
commit c6ab439c07
7 changed files with 52 additions and 16 deletions

View File

@@ -136,4 +136,6 @@ fi
find "../VSCode-linux-${VSCODE_ARCH}" -print0 | xargs -0 touch -c
. ../build_cli.sh
cd ..

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"