aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

get auraescript building #485

Closed dmah42 closed 1 year ago

dmah42 commented 1 year ago

docker checks appear to be timing out, presumably due to the new set of dependencies. udeps is passing locally so i'm not sure why that's failing unless it's also caching the set of dependencies somehow?

(i'm a bit grumpy about our docker based CI stuff. i do wish we could just use bare metal and run the same commands that we expect our developers to locally. ie, make).

dmah42 commented 1 year ago

make auraescript and make auraed completed successfully for me locally.

Unfortunately, my local environment is not able to run the tests (not a new issue).

do you know why udeps is failing here but no locally? it's almost like it's using an old set of dependencies.