Skip to content

Commit a0db8ef

Browse files
committed
Try setting a few env variables suggested by copilot
1 parent e89632d commit a0db8ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ parameters:
3939
# No fedora Helix container is available, so use the ubuntu one instead.
4040
helixTargetContainer: $(helixTargetContainerPrefix)ubuntu-22.04-helix-amd64
4141
osProperties: $(linuxOsPortableProperties)
42+
env:
43+
COMPlus_EnableAlternateStackCheck: 0
44+
DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
45+
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: 1
4246
# Skipping all container-based testing for now.
4347
# See: https://github.com/dotnet/sdk/issues/40935
4448
runTests: false

0 commit comments

Comments
 (0)