ChenYing Kuo (CY)

Results 105 comments of ChenYing Kuo (CY)

I can compile it with the `cargo` installed by `rustup`. Using `cargo build --release -all-targets` Not sure about the difference between `apt` and `rustup` installation

* Version installed by `rustup` ``` root@2a7dd2c7d055:/zenoh# rustc --version rustc 1.75.0 (82e1608df 2023-12-21) ``` * Version installed by `apt` ``` root@5f990baa01ff:/# rustc --version rustc 1.75.0 (82e1608df 2023-12-21) (built from a...

After observing the memory usage, this is indeed related to OOM. I think we can suggest users to limit the build job number if the memory is not enough. For...

Regarding the typos CI check, let's deal with it in another PR https://github.com/eclipse-zenoh/zenoh/pull/2177

Yes, I think so. @peter-lyons-kehl could you please give it a try again?