samth
2021-5-7 14:25:39

@pocmatos are the arm runners ok?


pocmatos
2021-5-7 14:41:22

Should be… let me check.


pocmatos
2021-5-7 14:42:10

oh wait - was too quick to say ‘should be’. I can see what you are referring to. :slightly_smiling_face:


pocmatos
2021-5-7 14:42:17

Give me a sec.


pocmatos
2021-5-7 14:43:45

oh dear - too many boards… i forgot where racket jobs are running. do you have a screenshot you can send me of the hosted runners we have in the racket org?


pocmatos
2021-5-7 14:43:50

pls


pocmatos
2021-5-7 14:45:33

oh wait - i think i found them :face_palm:


pocmatos
2021-5-7 14:46:53

hummm… interesting - there are jobs running there but there are also many, many github runner processes on the loose which make no sense.


pocmatos
2021-5-7 14:47:03

let me restart them, after which I will restart the jobs.


pocmatos
2021-5-7 14:47:18

```


pocmatos
2021-5-7 14:47:22

```$ uptime 14:47:09 up 188 days, 23:41, 1 user, load average: 1.68, 1.24, 1.23


pocmatos
2021-5-7 14:47:30

maybe they really just need a restart.


pocmatos
2021-5-7 14:57:31

On that note, I got at the beginning of the week a Mac Mini M1 to setup for Racket testing. :tada:


pocmatos
2021-5-7 14:57:48

Never worked on a mac before so even installing basic tools has been a learning experience for me.


pocmatos
2021-5-7 14:58:04

Once I get to setup the github runner (which seems to have to use rosetta), I will be asking for a token.


pocmatos
2021-5-7 15:18:43

@samth things should now be back online.


mflatt
2021-5-7 15:20:11

Are you using Homebrew?


mflatt
2021-5-7 15:20:41

(… aside from the tools that Xcode provides)


pocmatos
2021-5-7 15:26:11

Just installed homebrew… is that how most tools are installed to compile racket?


pocmatos
2021-5-7 15:26:20

fwiw, a make cs worked out of the box. :slightly_smiling_face:


pocmatos
2021-5-7 15:26:57

Trying to setup the github runner with rosette and then changing the container it runs to arm64, which is githubs recommendation until they have native m1 support.


mflatt
2021-5-7 15:28:34

I don’t think anything in Homebrew is needed to compile Racket; Xcode covers that. I just wanted to recommend Homebrew for anything else Unix-y, in case you didn’t already know.


mflatt
2021-5-7 15:29:19

Well, maybe not Docker. I’ve always installed Docker using the Docker Desktop installer, and I still haven’t tired on M1.


mflatt
2021-5-7 15:29:25

So, maybe it’s not as straightforward as I think. :slightly_smiling_face: