Skip to content

Instantly share code, notes, and snippets.

@smoogipoo
Last active August 25, 2021 11:25
Show Gist options
  • Save smoogipoo/1b87b3b518095199db0993133550abbe to your computer and use it in GitHub Desktop.
Save smoogipoo/1b87b3b518095199db0993133550abbe to your computer and use it in GitHub Desktop.
GC regions test
#!/bin/bash
git clone -b gc-testing https://github.com/smoogipoo/osu
cd osu
git checkout d714f8297d2d05d256d099092c71f69400c7f1e9
cd osu.Game.Rulesets.Osu.Tests
dotnet publish -c:Release -r:linux-x64
# Set this to the custom CLR build.
export CORE_ROOT=
$CORE_ROOT/corerun bin/Release/net6.0/linux-x64/publish/osu.Game.Rulesets.Osu.Tests.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment