Skip to content

Commit

Permalink
Fix openssl cert path in fbtenv (#2408)
Browse files Browse the repository at this point in the history
* Temp fix openssl  cert path
* Moving fix from CI to fbtenv
  • Loading branch information
drunkbatya authored Feb 17, 2023
1 parent 1e98361 commit 32b74b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/toolchain/fbtenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ fbtenv_main()
fbtenv_check_download_toolchain || return 1;
fbtenv_set_shell_prompt;
fbtenv_print_version;
if [ "$SYS_TYPE" = "Linux" ]; then
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
fi
PATH="$TOOLCHAIN_ARCH_DIR/python/bin:$PATH";
PATH="$TOOLCHAIN_ARCH_DIR/bin:$PATH";
PATH="$TOOLCHAIN_ARCH_DIR/protobuf/bin:$PATH";
Expand Down

0 comments on commit 32b74b9

Please sign in to comment.