glommio icon indicating copy to clipboard operation
glommio copied to clipboard

Can't build an application that using Glommio

Open Eugene-Usachev opened this issue 10 months ago • 6 comments

When I try to build my application I always get error message with text:

error: failed to run custom build command for glommio v0.9.0

Caused by: process didn't exit successfully: /app/target/release/build/glommio-03f2d8ce6c58b621/build-script-build (exit status: 101) --- stderr thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/glommio-0.9.0/build.rs:18:18: called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

I tried to build it in Docker and got the same error.

Eugene-Usachev avatar Apr 14 '24 09:04 Eugene-Usachev