diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9ce9a23..0f2ec418 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - 3fe02df1711aaea339407d53a5f59448ddb74802 + 12b42d0d77948889890ef2f35af8c46438d3f2d2 - + https://github.com/dotnet/arcade - 3fe02df1711aaea339407d53a5f59448ddb74802 + 12b42d0d77948889890ef2f35af8c46438d3f2d2 - + https://github.com/dotnet/arcade - 3fe02df1711aaea339407d53a5f59448ddb74802 + 12b42d0d77948889890ef2f35af8c46438d3f2d2 - + https://github.com/dotnet/arcade - 3fe02df1711aaea339407d53a5f59448ddb74802 + 12b42d0d77948889890ef2f35af8c46438d3f2d2 - + https://github.com/dotnet/arcade - 3fe02df1711aaea339407d53a5f59448ddb74802 + 12b42d0d77948889890ef2f35af8c46438d3f2d2 https://github.com/dotnet/arcade-services diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 6650bf54..b04d3b38 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -48,14 +48,12 @@ __UbuntuPackages+=" symlinks" __UbuntuPackages+=" libicu-dev" __UbuntuPackages+=" liblttng-ust-dev" __UbuntuPackages+=" libunwind8-dev" -__UbuntuPackages+=" libnuma-dev" __AlpinePackages+=" gettext-dev" __AlpinePackages+=" icu-dev" __AlpinePackages+=" libunwind-dev" __AlpinePackages+=" lttng-ust-dev" __AlpinePackages+=" compiler-rt-static" -__AlpinePackages+=" numactl-dev" # runtime libraries' dependencies __UbuntuPackages+=" libcurl4-openssl-dev" diff --git a/global.json b/global.json index 32919568..1120b465 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "allowPrerelease": true }, "tools": { - "dotnet": "8.0.100-alpha.1.23055.1", + "dotnet": "8.0.100-alpha.1.23061.8", "runtimes": { "dotnet": [ "6.0.0" @@ -14,6 +14,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23061.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23062.3" } }