Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wrong cgroups assert #72372

Merged
merged 2 commits into from
Jul 22, 2022
Merged

Commits on Jul 18, 2022

  1. Remove wrong cgroups assert

    When detecting the current cgroup version on Linux, checked and
    debug builds assert when the filesystem type of /sys/fs/cgroup is
    neither TMPFS_MAGIC nor CGROUP2_SUPER_MAGIC. This change removes
    the assert and considers it as "no cgroup support".
    Release builds already have this behavior.
    
    Close dotnet#62960
    janvorli committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ca36bf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befb6f7 View commit details
    Browse the repository at this point in the history