-
[ 10%] Built target memflow_ffi
[ 12%] Creating directories for 'memflow_kvm'
[ 13%] No download step for 'memflow_kvm'
[ 15%] No update step for 'memflow_kvm'
[ 16%] No patch step for 'memflow_kv…
-
When trying following in NixOS, it fails because this crate expects `.git` to exist for `$ESP_IDF`: https://github.com/knarkzel/hello-esp32c3
```
hello-esp32c3 via nix-shell-env ❯ cargo build
…
-
In https://github.com/rustls/rustls-ffi/pull/253 there was Cmake support integrated, but I'm not sure I understand the motivation. It's described as being a cross-platform solution, but we only test i…
-
Rustls panics with
>
> thread 'main' panicked at C:\Users\Ben\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rustls-0.23.13\src\crypto\mod.rs:265:14:
> no process-level CryptoProvider avai…
-
## Bug description
- Would you like to work on a fix? [y/n]
no
## To Reproduce
Steps to reproduce the behavior:
1. cargo generate esp-rs/esp-idf-template cargo
2. Which MCU to …
-
## Problem
`libatomic` is forced to link dynamically, preventing static builds. Is there a reason for this?
## Reproduction
```rust
#[global_allocator]
static ALLOCATOR: snmalloc_rs::SnMall…
-
Hi! I have a project that targets many platforms. Among them iOS and Android. Among my dependencies I have C++ projects like Ring. When I change the target on my VSCode settings like this:
```
"…
-
I try to use headless chrome in my Docker container but it didn't downloaded the chrome executeable.
```
FROM rust:slim-buster as builder
RUN apt-get update && \
apt-get install -y pkg-confi…
-
Steps to reproduce:
1. `cargo new foo`
2. `cd foo`
3. `cargo add aws-lc-sys`
4. Put the following in `src/main.rs`:
```rust
use aws_lc_sys::RAND_bytes;
#[kani::proof]
fn foo() {
let mut…
-
Hi im getting Non-vcpkg builds are not supported on Windows. and as you can see from the logs below, vcpkg install openblas --triplet x64-windows worked fine. I'm not quite sure what I'm doing wr…
ll01 updated
23 hours ago