samth
2020-4-21 13:00:01

It runs continuously, not per commit


samth
2020-4-21 13:00:34

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


samth
2020-4-21 13:00:57

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


samth
2020-4-21 13:01:59

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


notjack
2020-4-21 20:13:19

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


samth
2020-4-21 20:14:39

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


notjack
2020-4-21 20:17:11

ah, yes that makes sense


samth
2020-4-21 20:20:53

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


samth
2020-4-21 20:21:08

@pocmatos ^


johnsmithaaa100
2020-4-21 22:30:51

@johnsmithaaa100 has joined the channel


pocmatos
2020-4-22 05:55:12

@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.


pocmatos
2020-4-22 05:56:05

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