
@samth the issue at rackunit
seems to be the same as https://github.com/racket/plot/commit/a237ef7107512edb05db4e03f4fe6ca2153fac55

yes that sounds right.

We should really have a GH Action that automates that so it doesn’t have to be copied. Maybe I can talk @popa.bogdanp into putting it in setup-racket

oh great that probably means the scribble CI is busted too

wait, actually, I copied that one from Typed Racket’s CI config, not rackunit’s

But really what’s the issue here? And the abstraction should’ve be provided in Racket, not setup-racket CI action.

As I understand the change here installs Racket locally instead of in /usr
that requires root permission. How does that affect the result of pkg/dirs-catalog at all?

What I don’t understand is that raco pkg config --set catalogs
cat catalogs.txt`` sets the local catalog as the first one. But is it not consulted by Racket?

The issue is that the packages get installed in user scope as one user, and then run in a different scope as a different user

Are you referring to the local catalog stuff? If so, I can add that. It might also make sense to have the action automatically add dest
installations to $PATH
.