This repository was archived by the owner on Jan 6, 2023. It is now read-only.
- Enable Github Actions for CI test execution.
- Allow runtime configuration of debuginfo URLs by setting the
CLR_DEBUGINFO_URLSenvironment variable for the clr_debug_daemon service. - Make the daemon socket path and cache directory configurable at build time via the
--with-socket-pathand--with-cache-diroptions, respectively. The default values for those two settings are unchanged.