-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfortunately, Debian 11 has just too old Rust which prevents us from working on anything not prehistoric. There are couple of issues: 1) It doesn't understand modern Cargo.toml syntax, which causes CI failures: https://gitlab.com/libvirt/libvirt-rust/-/merge_requests/64 2) We currently require bindgen-0.59.2 which doesn't work with LLVM-16 because of: rust-lang/rust-bindgen#2312 The fix is contained in bindgen-0.62.0. While there is some intersect between versions available to Debian 11 version of Rust (0.65.1, 0.64.0, 0.63.0, 0.62.0) neither of them generate code that Debian 11 version of Rust (1.48.0) understands. The bindgen-0.62.0 release notes set the minimal required version of rust to 1.57.0 anyway: https://crates.io/crates/bindgen/0.62.0 We are stuck. And the only way out is just to drop Debian 11 support. Live long my old friend. Signed-off-by: Michal Privoznik <[email protected]>
- Loading branch information
Showing
5 changed files
with
0 additions
and
92 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,6 @@ targets: | |
|
||
centos-stream-9: x86_64 | ||
|
||
debian-11: x86_64 | ||
|
||
debian-12: x86_64 | ||
|
||
debian-sid: | ||
|