File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ defmodule Burrito.Steps.Fetch.FetchMusl do
66
77 alias Burrito.Util.FileCache
88
9+ # Linked against musl libc v1.2.5
910 @ linux_musl_url "https://beam-machine-universal.b-cdn.net/musl/libc-musl-{HASH}.so"
10- @ linux_musl_runtime_x86_64 "17613ec13d9aa9e5e907e6750785c5bbed3ad49472ec12281f592e2f0f2d3dbd "
11- @ linux_musl_runtime_aarch64 "939d11dcd3b174a8dee05047f2ae794c5c43af54720c352fa946cd8b0114627a "
11+ @ linux_musl_runtime_x86_64 "71c35316aff45bbfd243d8eb9bfc4a58b6eb97cee09514cd2030e145b68107fb "
12+ @ linux_musl_runtime_aarch64 "6b558025200a5ed1308e2ce2675217afec71b6c5a9d561e52262ca948d59905e "
1213
1314 @ please_do_not_abuse_these_downloads_bandwidth_costs_money "?please-respect-my-bandwidth-costs=thank-you"
1415
Original file line number Diff line number Diff line change 11defmodule Burrito.Util.ERTSUniversalMachineFetcher do
22 alias Burrito.Builder.Log
33
4- @ beam_machine_openssl_version "3.1.4"
54 @ windows_url "https://github.com/erlang/otp/releases/download/OTP-{OTP_VERSION}/otp_win64_{OTP_VERSION}.exe"
6- @ linux_url "https://beam-machine-universal.b-cdn.net/OTP-{OTP_VERSION}/linux/{ARCH}/any/otp_{OTP_VERSION}_linux_any_{ARCH}_ssl_{OPENSSL_VERSION} .tar.gz"
7- @ mac_url "https://beam-machine-universal.b-cdn.net/OTP-{OTP_VERSION}/macos/universal/otp_{OTP_VERSION}_macos_universal_ssl_{OPENSSL_VERSION} .tar.gz"
5+ @ linux_url "https://beam-machine-universal.b-cdn.net/OTP-{OTP_VERSION}/linux/{ARCH}/any/otp_{OTP_VERSION}_linux_any_{ARCH}.tar.gz"
6+ @ mac_url "https://beam-machine-universal.b-cdn.net/OTP-{OTP_VERSION}/macos/universal/otp_{OTP_VERSION}_macos_universal .tar.gz"
87
98 @ please_do_not_abuse_these_downloads_bandwidth_costs_money "?please-respect-my-bandwidth-costs=thank-you"
109
@@ -26,7 +25,6 @@ defmodule Burrito.Util.ERTSUniversalMachineFetcher do
2625 end
2726 |> String . replace ( "{OTP_VERSION}" , otp_version )
2827 |> String . replace ( "{ARCH}" , Atom . to_string ( cpu ) )
29- |> String . replace ( "{OPENSSL_VERSION}" , @ beam_machine_openssl_version )
3028
3129 Log . success ( :step , "Remote ERTS From Beam Machine: #{ final_url } " )
3230
You can’t perform that action at this time.
0 commit comments