fix alpine failures. you can dlopen a relative path in glib, but apparently with...
authorDavid Mason <davmason@microsoft.com>
Wed, 15 Apr 2020 22:52:14 +0000 (15:52 -0700)
committerDavid Mason <davmason@microsoft.com>
Fri, 17 Apr 2020 06:47:57 +0000 (23:47 -0700)
commit8b317a94354cf58ba4974012f15e615232f76776
tree542b38c09c17326e6b33dfe5de38056a51f1d37c
parentb50a317313deec6857e037df4f1a0ab5a75023b0
fix alpine failures. you can dlopen a relative path in glib, but apparently with musl you have to have the full path. So look at /proc/self/maps to find the full path to the loaded coreclr
src/coreclr/tests/src/profiler/native/metadatagetdispenser/metadatagetdispenser.cpp