Skip to content

Commit bfe5fb3

Browse files
ansdmichaelklishin
authored andcommitted
Bump dotnet
This commit fixes the CI error on `main` branch where amqp_system_SUITE failed with the following error: ``` Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. at System.Environment.FailFast(System.String) at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode() at System.Globalization.GlobalizationMode..cctor() at System.Globalization.CultureData.CreateCultureWithInvariantData() at System.Globalization.CultureData.get_Invariant() at System.Globalization.CultureInfo..cctor() at System.String.ToLowerInvariant() at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment.GetArch() at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment..cctor() at Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment.GetRuntimeIdentifier() at Microsoft.DotNet.Cli.MulticoreJitProfilePathCalculator.CalculateProfileRootPath() at Microsoft.DotNet.Cli.MulticoreJitActivator.StartCliProfileOptimization() at Microsoft.DotNet.Cli.MulticoreJitActivator.TryActivateMulticoreJit() at Microsoft.DotNet.Cli.Program.Main(System.String[]) Exit code: 134 (pid <0.1533.0>) ``` (cherry picked from commit 8c0cd1b)
1 parent ee0ec8c commit bfe5fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/setup-dotnet@v4
7575
if: inputs.plugin == 'rabbit'
7676
with:
77-
dotnet-version: '3.1.x'
77+
dotnet-version: '8.0'
7878

7979
- name: SETUP SLAPD (rabbitmq_auth_backend_ldap)
8080
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'

0 commit comments

Comments
 (0)