From 2e205d8fbf3e0939f3c303a99b5f6dd001b973a2 Mon Sep 17 00:00:00 2001 From: apolcyn Date: Fri, 3 Nov 2023 13:18:14 -0700 Subject: [PATCH] [csharp] Attempt to fix download flakes in C# distrib tests (#34854) Attempt to fix https://source.cloud.google.com/results/invocations/46cb13f1-7532-4c37-af5d-40e013dafc4c/targets/%2F%2Ftools%2Fbazelify_tests%2Ftest:distribtest_csharp_linux_x64_ubuntu2204/log flakes Fix taken from https://github.com/dotnet/runtime/issues/27792 --- test/distrib/csharp/run_distrib_test_dotnetcli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/distrib/csharp/run_distrib_test_dotnetcli.sh b/test/distrib/csharp/run_distrib_test_dotnetcli.sh index 69257edde43..643b102ad53 100755 --- a/test/distrib/csharp/run_distrib_test_dotnetcli.sh +++ b/test/distrib/csharp/run_distrib_test_dotnetcli.sh @@ -25,7 +25,7 @@ cd DistribTest # TODO(jtattermusch): make sure we don't pollute the global nuget cache with # the nugets being tested. -dotnet restore DistribTestDotNet.csproj +CLR_OPENSSL_VERSION_OVERRIDE=1.1 dotnet restore DistribTestDotNet.csproj dotnet build DistribTestDotNet.csproj