Closed ipconfiger closed 2 years ago
Please provide a step-by-step reproduction of the issue.
step1 cargo new proj
step2 add dependencies [dependencies] rocksdb = "0.18.0"
step3 docker pull messense/rust-musl-cross:x86_64-musl
step4 alias rust-musl-builder='docker run --rm -it -v "$(pwd)":/home/rust/src messense/rust-musl-cross:x86_64-musl' rust-musl-builder cargo build --release
then boom!
There is little point in trying this since that project doesn't build on musl: https://github.com/rust-rocksdb/rust-rocksdb/issues/174