Skip to content

Commit

Permalink
Remove glibc 2.35 workaround.
Browse files Browse the repository at this point in the history
I'm going to assume nobody is using an affected version of glibc anymore, 2 years later.

space-wizards/RobustToolbox#2563
  • Loading branch information
PJB3005 committed Sep 7, 2024
1 parent 2377541 commit 197244f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SS14.Launcher/Models/Connector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -467,13 +467,6 @@ private async Task<ContentLaunchInfo> InstallContentBundleAsync(
EnvVar("DOTNET_TieredPGO", "1");
EnvVar("DOTNET_ReadyToRun", "0");

if (OperatingSystem.IsLinux())
{
// Work around https://github.com/space-wizards/RobustToolbox/issues/2563
// Yuck.
EnvVar("GLIBC_TUNABLES", "glibc.rtld.dynamic_sort=1");
}

ConfigureMultiWindow(launchInfo, startInfo);

// DON'T ENABLE THIS THE LOADER USES THE LAUNCHER .NET VERSION ALWAYS SO ROLLFORWARD SHOULDN'T BE SPECIFIED.
Expand Down

0 comments on commit 197244f

Please sign in to comment.