M1 CI failed because it’s trying to install racket-test multiple times. This only failed after the push because it only happens in the push workflow. We need to clean the .racket directory each time we run a workflow.
Ideally, since I use this machine for personal experimentation as well, we should use for CI a different place for the racket CI .racket. Is there a way to specify where to store the packages directory?
You could install in installation scope
You can also set PLTADDONDIR
when I compile from source with ./configure && make, etc, is there a way to set installation scope as the default?
or I need to issue raco ... post installation?
Can’t exactly remember how this works anymore.
I was thinking when installing packages, I don’t think make installs in user scope
I just thought that I could set things to default to installation scope without having to worry about using the scope option each time I install a package. But I will give this a try.
You can also do that.