-
Notifications
You must be signed in to change notification settings - Fork 0
Add new packages for next release #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I filed an issue upstream: rust-lang/cargo#9826. |
We should release devicemapper-rs-sys as soon as bindgen and nix versions are bumped in Fedora. We want bindgen bumped to 0.59 because of stratis-storage/devicemapper-rs#690. Other than that, the library is completely by the numbers, and not likely to change much, basically at all, other than by dependency updates. |
upstream bz for stratisd-proc-macros: https://bugzilla.redhat.com/show_bug.cgi?id=2015224 |
All sub-issues completed. |
The new packages are:
It looks like we can not avoid packaging stratisd-proc-macros:
We should get this done weeks before we start packaging stratisd, in order to give ourselves lead time to do more work on stratisd packaging. At present, we can not build an rpm of stratisd on Fedora due to the stratisd-proc-macro crate not being available yet.
It would be nice if we could just release it as part of the stratisd crate, but I believe that is not possible. Presumably this is because the compilation of the macros must be staged before the compilation of the stratisd crate. Requiring the macros to be a whole separate crate still seems a bit overkill; why not just force the compilation in a build script?
The text was updated successfully, but these errors were encountered: