cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Update arc-runner => github-actions in CI #494

Closed segeljakt closed 1 year ago

segeljakt commented 1 year ago

Hmm ok, all the checks went through CI so I got confused.

The runtime has problems upstream because of the Rust nightly version being used. It might be possible to by rolling back to an earlier nightly version. I will try to see if that's the case. Which nightly version are you using right now?

frej commented 1 year ago

Hmm ok, all the checks went through CI so I got confused.

I see one failure. "test / build (pull_request) Failing after 1m"

Which nightly version are you using right now?

I'm on 1.71.1, although I haven zapped ~/.cargo lately, so maybe I'm saved by having old cached stuff.

segeljakt commented 1 year ago

Oh, I got very confused. I was checking the actions https://github.com/cda-group/arc/actions page and thought the first run represented all the checks 😅

segeljakt commented 1 year ago

I was able to roll back to version 1.70.0 and things seem to work

segeljakt commented 1 year ago

The klas/v1 branch, and future updates, will only rely on the stable branch to avoid these issues