Skip to content

Commit 622abe1

Browse files
[build] stop setting $DOTNET_gcServer (#8085)
Context: https://github.com/dotnet/linker/issues/3012 Context: dotnet/runtime#86807 In 34986b9, we exported `DOTNET_gcServer=0` so that the Server GC is disabled, in an effort to prevent an `AccessViolationException`. It appears that this might be *fixed* in .NET 8. Let's remove the workaround, so we can either close the issue or get further investigation on the issue.
1 parent 0968abf commit 622abe1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-tools/automation/yaml-templates/variables.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ variables:
4040
# Workaround: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1585820
4141
- name: _WriteTelemetryProperties
4242
value: false
43-
# Workaround: https://github.com/dotnet/linker/issues/3012
44-
- name: DOTNET_gcServer
45-
value: 0
4643
- name: IsRelOrTargetingRel
4744
value: $[or(startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'), startsWith(variables['System.PullRequest.TargetBranch'], 'release/'))]
4845
- name: DotNetNUnitCategories

0 commit comments

Comments
 (0)