-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support proxy for downloading prebuilt binaries (#1030)
* add proxy for downloading libblink_cmp_fuzzy The Curl command itself does not use system proxies, so use environment variables to avoid not being able to download the blink libraries in some regions. * feat: load https_proxy env when downloading prebuilt lib * feat: rename to `proxy.from_env` and `proxy.url` --------- Co-authored-by: Liam Dyer <[email protected]>
- Loading branch information
1 parent
4759c4b
commit 6c296e7
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters