mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[ubuntu] reverted dotnet sdk extraction in parallel (#2373)
Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
This commit is contained in:
@@ -73,9 +73,7 @@ parallel --jobs 0 --halt soon,fail=1 \
|
|||||||
'url="https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{}/dotnet-sdk-{}-linux-x64.tar.gz"; \
|
'url="https://dotnetcli.blob.core.windows.net/dotnet/Sdk/{}/dotnet-sdk-{}-linux-x64.tar.gz"; \
|
||||||
download_with_retries $url' ::: "${sortedSdks[@]}"
|
download_with_retries $url' ::: "${sortedSdks[@]}"
|
||||||
|
|
||||||
parallel --jobs 0 --halt soon,fail=1 \
|
find . -name "*.tar.gz" | parallel --halt soon,fail=1 'extract_dotnet_sdk {}'
|
||||||
'name="./dotnet-sdk-{}-linux-x64.tar.gz"; \
|
|
||||||
extract_dotnet_sdk $name' ::: "${sortedSdks[@]}"
|
|
||||||
|
|
||||||
# Smoke test each SDK
|
# Smoke test each SDK
|
||||||
for sdk in $sortedSdks; do
|
for sdk in $sortedSdks; do
|
||||||
|
|||||||
Reference in New Issue
Block a user