Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docker): init #504

Closed
wants to merge 3 commits into from
Closed

Conversation

IzioDev
Copy link

@IzioDev IzioDev commented Jul 6, 2024

next step would be helm chart or kustomize, probably.

sad that image size couldn't be reduced

question: interested in auto ci build&push on docker hub or any other registries?

docker-compose.yml Outdated Show resolved Hide resolved
@IzioDev
Copy link
Author

IzioDev commented Jul 14, 2024

I tried once more building on musl, i passed multiple compilation errors (eg: openssl), now i struggle with rust-rocksdb, that needs rocksdblib-sys, using bindgen in non-static mode: which forbidden the import of libclang dynamically

55.93 error: failed to run custom build command for `librocksdb-sys v0.11.0+8.1.1`
55.93 
55.93 Caused by:
55.93   process didn't exit successfully: `/kaspa/target/release/build/librocksdb-sys-cd495b1d7dbbf10b/build-script-build` (exit status: 101)
55.93   --- stderr
55.93   thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs:603:31:
55.93   Unable to find libclang: "the `libclang` shared library at /usr/lib/llvm15/lib/libclang.so.15.0.7 could not be opened: Dynamic loading not supported"
55.93   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
55.93 warning: build failed, waiting for other jobs to finish...

here are issues i found useful

@IzioDev
Copy link
Author

IzioDev commented Aug 28, 2024

closing it in favor of #511

@IzioDev IzioDev closed this Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants