On Wed, 11 Jan 2023 18:45:41 +0100 Dominique Dumont <d...@debian.org> wrote: > > Can the computation of the ID be patched to be independent of the > > build path? > > I haven't figured out completely how this compiler-id is created.
I've found where compiler-id is computed. I'm going patch rakudo in experimental so that compiler-id depends only on source files and nqp version. This patch will land in experimental. All the best