enarx-archive / sev

Library for AMD SEV
Apache License 2.0
20 stars 15 forks source link

Replace a matches! macro with a logical equivalent #36

Closed connorkuehl closed 3 years ago

connorkuehl commented 3 years ago

The matches! macro was introduced in Rust 1.42, however, as of this commit, the Rust build toolchain shipped in CentOS is 1.41, so the sev crate will fail to build from source. While we do not currently ship the sev crate as an RPM, it is built as part of sevctl's dependency graph which I'm working on packaging right now.

Signed-off-by: Connor Kuehl ckuehl@redhat.com

connorkuehl commented 3 years ago

I'm closing this. I think downstream packages can patch things for their vintage in their packaging.