-
-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Host
Tell us about your Host OS (the machine you're building burrito apps on)
Host OS: Manjaro Linux x86_64
Host CPU: x86_64
Please run zig version in your Burrito project directory and write the version here:
0.14.1
Please run elixir -v in your Burrito project directory and write the version here:
$ elixir -v
Erlang/OTP 28 [erts-16.0.3] [source] [64-bit] [smp:6:6] [ds:6:6:10] [async-threads:1] [jit:ns]
Elixir 1.18.4 (compiled with Erlang/OTP 27)(Describe your issue details here!)
when i run MIX_ENV=prod mix release, it will download https://beam-machine-universal.b-cdn.net/OTP-28.0.4/linux/x86_64/any/otp_28.0.4_linux_any_x86_64.tar.gz?please-respect-my-bandwidth-costs=thank-you&openssl=3.5.1&musl=1.2.5, for me, it is blocked to access, when i set HTTP_PROXY=http://127.0.0.1:8118 and HTTPS_PROXY=http://127.0.0.1:8118, not working yet, only proxychains working, will it support HTTP_PROXY or HTTPS_PROXY in the future?