OTLabs
OTLabs
I have tried `--library-type staticlib,cdylib` but got following error: ``` 692 error: 'staticlib,cdylib' isn't a valid value for '--library-type ...' 693 [possible values: cdylib, staticlib] 694 Did you mean 'staticlib'?...
Thank you for a tip, checking now the build...
Works great! Thank you so much for you kind attention and help!
I see same behaivoir on Alpine Linux for rav1e 0.5.1: ``` test src/api/context.rs - api::context::Context::send_frame (line 79) ... FAILED 856test src/api/context.rs - api::context::Context::receive_packet (line 204) ... FAILED 857test src/api/context.rs -...
`testing/apptainer: upgrade to 1.1.0` submission is under review now, https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/39533
Thank you for taking a look at my issue! Now I get [following error](https://gitlab.alpinelinux.org/otlabs/aports/-/jobs/1239819#L305): ``` thread 'main' panicked at 'packages downloaded: failed to download `arbitrary v1.3.2` Caused by: attempting to...
Sure. I run: ``` export CARGO_PROFILE_RELEASE_INCREMENTAL=false export CARGO_PROFILE_RELEASE_DEBUG=false cargo fetch --locked cargo auditable build --release --frozen ```
May be the `rust (1.72.1-r0)` is too old.
Thank you for checking this out. Let me retry the build as soon as I get a newer `rust`.
Successfully built with rust v1.75.0!