Philipp Oppermann
Philipp Oppermann
New error message :tada: ``` 💥 maturin failed Caused by: Cannot repair wheel, because required library libatomic.so.1 could not be located. ```
@haixuanTao I finally got it working on both 32-bit x86 and armv7. Thanks again for the symlink tip! I also fixed a Windows issue with the build commands of our...
The `musllinux` failures seem unrelated to this PR. They didn't happen with the last commit, but they do happen on `main`: - https://github.com/dora-rs/dora/issues/967
The `node-hub` failure seems to be unrelated too, as it also happens on `main`. See https://github.com/dora-rs/dora/pull/958#issuecomment-2804760479
Converting this back to a draft because I want to do some redesigning of the spawning process. Now that we run the build as part of the spawn, we don't...
> So the plan is to do it fully asynchronous instead. Done, should be ready to merge again.
> FYI, this will make daemon not work with older version of the coordinator with error: Yes, I don't think that we can avoid this unfortunately. We should bump the...
> As we're now running build on each step, it could be good to filter build step to only the one if the local daemon machine id ( and if...
Thanks for the review! > Seems like we can't build a dataflow without a coordinator running anymore: Yes, we decided in our last meeting that `dora build` should behave like...
Maybe we add some kind of "run-local" feature: - Make `dora run` ignore the `_unstable_deploy` key -> all nodes are spawned locally - Add a `local_git_checkout` config option that is...