Skip to content

Commit c0891c9

Browse files
[main] Update dependencies from dotnet/arcade (#44448)
[main] Update dependencies from dotnet/arcade
1 parent 7573fca commit c0891c9

File tree

4 files changed

+81
-20
lines changed

4 files changed

+81
-20
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -597,34 +597,34 @@
597597
</Dependency>
598598
</ProductDependencies>
599599
<ToolsetDependencies>
600-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24523.2">
600+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24523.3">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>89040b649a6aa8fa9b6bd6ddaad5a637cf091b07</Sha>
602+
<Sha>00e780071eb53d628a8f5bff7ecfc848eb88a1af</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24523.2">
604+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24523.3">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>89040b649a6aa8fa9b6bd6ddaad5a637cf091b07</Sha>
606+
<Sha>00e780071eb53d628a8f5bff7ecfc848eb88a1af</Sha>
607607
</Dependency>
608-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24523.2">
608+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24523.3">
609609
<Uri>https://github.com/dotnet/arcade</Uri>
610-
<Sha>89040b649a6aa8fa9b6bd6ddaad5a637cf091b07</Sha>
610+
<Sha>00e780071eb53d628a8f5bff7ecfc848eb88a1af</Sha>
611611
</Dependency>
612-
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24523.2">
612+
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24523.3">
613613
<Uri>https://github.com/dotnet/arcade</Uri>
614-
<Sha>89040b649a6aa8fa9b6bd6ddaad5a637cf091b07</Sha>
614+
<Sha>00e780071eb53d628a8f5bff7ecfc848eb88a1af</Sha>
615615
</Dependency>
616-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24523.2">
616+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24523.3">
617617
<Uri>https://github.com/dotnet/arcade</Uri>
618-
<Sha>89040b649a6aa8fa9b6bd6ddaad5a637cf091b07</Sha>
618+
<Sha>00e780071eb53d628a8f5bff7ecfc848eb88a1af</Sha>
619619
</Dependency>
620-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24523.2">
620+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24523.3">
621621
<Uri>https://github.com/dotnet/arcade</Uri>
622-
<Sha>89040b649a6aa8fa9b6bd6ddaad5a637cf091b07</Sha>
622+
<Sha>00e780071eb53d628a8f5bff7ecfc848eb88a1af</Sha>
623623
</Dependency>
624624
<!-- Intermediate is necessary for source build. -->
625-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24523.2">
625+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24523.3">
626626
<Uri>https://github.com/dotnet/arcade</Uri>
627-
<Sha>89040b649a6aa8fa9b6bd6ddaad5a637cf091b07</Sha>
627+
<Sha>00e780071eb53d628a8f5bff7ecfc848eb88a1af</Sha>
628628
<SourceBuild RepoName="arcade" ManagedOnly="true" />
629629
</Dependency>
630630
<!-- Temporarily pinned to a net9 supporting version until the SDK can target net10.

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@
314314
</PropertyGroup>
315315
<PropertyGroup>
316316
<!-- Dependencies from https://github.com/dotnet/arcade -->
317-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24523.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
318-
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24523.2</MicrosoftDotNetSignToolVersion>
319-
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24523.2</MicrosoftDotNetXliffTasksVersion>
320-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24523.2</MicrosoftDotNetXUnitExtensionsVersion>
317+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24523.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
318+
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24523.3</MicrosoftDotNetSignToolVersion>
319+
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24523.3</MicrosoftDotNetXliffTasksVersion>
320+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24523.3</MicrosoftDotNetXUnitExtensionsVersion>
321321
</PropertyGroup>
322322
<PropertyGroup>
323323
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
# This is a simple script primarily used for CI to install necessary dependencies
6+
#
7+
# Usage:
8+
#
9+
# ./install-dependencies.sh <OS>
10+
11+
os="$(echo "$1" | tr "[:upper:]" "[:lower:]")"
12+
13+
if [ -z "$os" ]; then
14+
. "$(dirname "$0")"/init-os-and-arch.sh
15+
fi
16+
17+
case "$os" in
18+
linux)
19+
if [ -e /etc/os-release ]; then
20+
. /etc/os-release
21+
fi
22+
23+
if [ "$ID" = "debian" ] || [ "$ID_LIKE" = "debian" ]; then
24+
apt update
25+
26+
apt install -y build-essential gettext locales cmake llvm clang lld lldb liblldb-dev libunwind8-dev libicu-dev liblttng-ust-dev \
27+
libssl-dev libkrb5-dev zlib1g-dev pigz
28+
29+
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
30+
elif [ "$ID" = "fedora" ]; then
31+
dnf install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel zlib-devel lttng-ust-devel pigz
32+
elif [ "$ID" = "alpine" ]; then
33+
apk add build-base cmake bash curl clang llvm-dev lld lldb krb5-dev lttng-ust-dev icu-dev zlib-dev openssl-dev pigz
34+
else
35+
echo "Unsupported distro. distro: $ID"
36+
exit 1
37+
fi
38+
;;
39+
40+
osx|maccatalyst|ios|iossimulator|tvos|tvossimulator)
41+
echo "Installed xcode version: $(xcode-select -p)"
42+
43+
export HOMEBREW_NO_INSTALL_CLEANUP=1
44+
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
45+
# Skip brew update for now, see https://github.com/actions/setup-python/issues/577
46+
# brew update --preinstall
47+
brew bundle --no-upgrade --no-lock --file=- <<EOF
48+
brew "cmake"
49+
brew "icu4c"
50+
brew "openssl@3"
51+
brew "pkg-config"
52+
brew "python3"
53+
brew "pigz"
54+
EOF
55+
;;
56+
57+
*)
58+
echo "Unsupported platform. OS: $os"
59+
exit 1
60+
;;
61+
esac

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"cmake": "latest"
1818
},
1919
"msbuild-sdks": {
20-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24523.2",
21-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24523.2",
20+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24523.3",
21+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24523.3",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)