pocmatos
2019-11-30 16:32:15

@samth but @sorawee raised an interesting point which made me wonder today if for speed, we should in PR CI get a 3m implementation to build the new 3m and CS and run the tests, thereby saving the time it takes to build cgc. We would do the full bootstrap on Push CI


samth
2019-11-30 16:34:48

That seems reasonable but I’d like a way to build from scratch


samth
2019-11-30 16:35:22

Maybe we could have some GH action to build from scratch on a comment


notjack
2019-11-30 19:26:26

I strongly recommend avoiding more bootstrapping


samth
2019-11-30 20:15:58

@notjack what exactly are you suggesting there?


notjack
2019-11-30 20:27:35

as in, don’t use an old 3m to build a new 3m


samth
2019-11-30 21:34:50

Any particular reason?


notjack
2019-12-1 00:10:27

Vague intuitions based on experience with build systems, caching, and stateful CI.


notjack
2019-12-1 00:10:51

I don’t have my thoughts more organized than that yet