This is an automated email from the ASF dual-hosted git repository.

adonisling pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 6b200a28fc [chore](macOS) Fix SSL errors while building documents 
(#23127) (#23155)
6b200a28fc is described below

commit 6b200a28fcbce5e4feb03035be30b87a4d97c45f
Author: Adonis Ling <[email protected]>
AuthorDate: Fri Aug 18 11:23:46 2023 +0800

    [chore](macOS) Fix SSL errors while building documents (#23127) (#23155)
    
    Issue Number: #23126
    
    Add NODE_OPTIONS to fix this issue.
---
 env.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/env.sh b/env.sh
index 3413570b3c..1a832d3a5b 100755
--- a/env.sh
+++ b/env.sh
@@ -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="$(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to