[chore](macOS) Fix SSL errors while building documents (#23127)

Issue Number: #23126

Add NODE_OPTIONS to fix this issue.
This commit is contained in:
Adonis Ling
2023-08-18 10:57:05 +08:00
committed by GitHub
parent d018ac8fb7
commit 16df7a7ec0

4
env.sh
View File

@ -68,7 +68,9 @@ for cellar in "\${CELLARS[@]}"; do
done
export PATH="\${EXPORT_CELLARS}:/usr/bin:\${PATH}"
export DORIS_BUILD_PYTHON_VERSION=python3
export DORIS_BUILD_PYTHON_VERSION='python3'
export NODE_OPTIONS='--openssl-legacy-provider'
EOF
DORIS_HOME_ABSOLUATE_PATH="$(