
It runs continuously, not per commit

Running per racket/racket commit would miss lots of changes in all the other packages

Running per package commit would be tricky to implement and probably not possible in real time

Right now, it separates different tests as different stages, which seems valuable

it’s possible, sort of (source: my job)

Right, I mean “not possible on the current machine that runs DrDr”. Changing that requirement would be a lot of work.

ah, yes that makes sense

@pmatos what do you think about the PREFIX issue? would just installing in a different prefix be ok?

@pocmatos ^

@johnsmithaaa100 has joined the channel

@samth sorry - I just commented on the PR. Thanks for looking into it. I think if you put them where they are at the moment but hardcode it, you’re going to run into trouble as soon as github starts changing that. And they have been quite active in changing actions defaults, etc, so I would try avoiding that.

Thanks - I will take a look at starting some scripts to do this and ask for your review once I have something.