Skip to content

Commit 526ba67

Browse files
authored
Try the explicit SHA1 signature env variable
1 parent a0db8ef commit 526ba67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eng/pipelines/templates/jobs/sdk-job-matrix.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ parameters:
4040
helixTargetContainer: $(helixTargetContainerPrefix)ubuntu-22.04-helix-amd64
4141
osProperties: $(linuxOsPortableProperties)
4242
env:
43-
COMPlus_EnableAlternateStackCheck: 0
44-
DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
45-
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
43+
OPENSSL_ENABLE_SHA1_SIGNATURES: 1
4644
# Skipping all container-based testing for now.
4745
# See: https://github.com/dotnet/sdk/issues/40935
4846
runTests: false

0 commit comments

Comments
 (0)