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

Kornia crate docs cannot build because of not found gstreamer libs #2610

Open
edgarriba opened this issue Sep 20, 2024 · 1 comment
Open

Comments

@edgarriba
Copy link

Crate name

kornia-io

Build failure link

https://docs.rs/crate/kornia-io/0.1.6-rc.5/builds/1364839

Requested RAM limit

No response

Requested timeout

No response

Requested number of targets

No response

Why your crate needs the resource increases

hi, I'm facing some issues to build the docs of the kornia-io crate:

The kornia-io has a couple of feature flags that depends on system dependencies like nasm or gstreamer which seems to be the issue while building the docs the crates.io.

I wanted to take also this opportunity to ask what's is the recommended way to upload the docs under this conditions. For all the deployment and testing I have a very simple docker file: https://github.com/kornia/kornia-rs/blob/main/devel-x86_64.Dockerfile

For publishing crates the only way I found to work around is via a separated bash **script as I couldn't figure from github actions to do it properly reusing the dockerfile.

**https://github.com/kornia/kornia-rs/blob/main/scripts/release_rust.sh

@syphar
Copy link
Member

syphar commented Sep 20, 2024

you can add needed system dependencies into our build image. see

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

No branches or pull requests

2 participants