pocmatos
2020-5-4 08:18:17

Ah - ok, john didn’t merge CI changes onto the release branch so the CI files in the release branch were broken.


pocmatos
2020-5-4 08:20:12

@samth what’s the core team policy here? Once we are preparing for release, should we merge CI changes straight into the release branch or ask John (Clements) to do it?


sorawee
2020-5-4 11:30:38

Why do I feel that 7.7 has significantly more crash reports compared to other releases…


samth
2020-5-4 12:48:04

I think if you want changes merged to the release we should discuss it


pocmatos
2020-5-4 15:50:03

No backports now. I was thinking for future releases.


samth
2020-5-4 15:50:37

Right, I understand. What I mean is that in the future, if there’s some CI change that should go on the release branch, we should talk about it.


pocmatos
2020-5-4 15:50:43

Either it really has more problems or users are more involved.


samth
2020-5-4 15:52:22

I think there are two bugs reported so far, one of which was a packaging regression, and one of which was an old bug


samth
2020-5-4 16:59:42

@pocmatos can you add a few things to your testdeps docker image (so that I can run the installers more easily with act)?


samth
2020-5-4 17:00:41

In particular, sudo, node, wget, and the other packages installed in ci-snapshots.yml (https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions)


pocmatos
2020-5-4 17:42:35

Yes! I can improve that. Not today as I am sorting out racket news but I will take a look at that tomorrow.


samth
2020-5-4 17:44:31

where’s the source code for that? I can send a PR


pocmatos
2020-5-4 17:46:09

Isn’t it in racket/racket?



pocmatos
2020-5-4 17:47:07

@samth there they are.


pocmatos
2020-5-4 17:47:37

:slightly_smiling_face:


pocmatos
2020-5-4 19:18:55

I am getting slightly fed up with the Actions hosted runner. There seems that there’s no single commit lately that doesn’t fail because of the runner. :disappointed:


samth
2020-5-4 19:32:59

yeah, they seem to be having serious reliability issues


samth
2020-5-4 19:36:22

@pocmatos does the PR with the Dockerfile change look good?


samth
2020-5-4 19:36:41

if so, you adding that to the actual docker images would be convient for me


pocmatos
2020-5-4 19:46:18

Trying to get my kids to bed but I will take a look soon.


samth
2020-5-4 19:47:16

thanks


pocmatos
2020-5-4 19:55:02

@samth why node?


samth
2020-5-4 19:55:13

bogdan’s action needs it


pocmatos
2020-5-4 19:59:08

ah! :slightly_smiling_face:


samth
2020-5-5 02:32:31

those docker images will now be built automatically by docker


samth
2020-5-5 02:32:48

both racket/racket-ci:builddeps and racket/racket-ci:testdeps


pocmatos
2020-5-5 06:01:05

ah - perfect, so you sorted it. Great - thanks! :slightly_smiling_face: