pocmatos
2021-6-8 14:41:14

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.


pocmatos
2021-6-8 14:42:02

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?


samth
2021-6-8 14:45:46

You could install in installation scope


samth
2021-6-8 14:45:56

You can also set PLTADDONDIR


pocmatos
2021-6-8 14:55:46

when I compile from source with ./configure && make, etc, is there a way to set installation scope as the default?


pocmatos
2021-6-8 14:55:57

or I need to issue raco ... post installation?


pocmatos
2021-6-8 14:56:11

Can’t exactly remember how this works anymore.


samth
2021-6-8 15:00:13

I was thinking when installing packages, I don’t think make installs in user scope


pocmatos
2021-6-8 15:36:02

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.


samth
2021-6-8 15:40:16

You can also do that.