rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

build_container: update libgpiod #87

Closed Ablu closed 11 months ago

Ablu commented 11 months ago

There are some unresolved discussions [1] on how to support older versions of libgpiod. But right now, the latest Rust bindings require a snapshot from the master branch.

We need the latest version since it fixes some threading contracts.

So for now, we just update to a compatible git commit.

[1] https://lore.kernel.org/r/20231006-b4-bindings-old-version-fix-v1-0-a65f431afb97@linaro.org

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

Ablu commented 11 months ago

Ah. The upstream discussion got solved for now. So maybe we do not need this anymore. Closing for now.