-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fuzz Testing & Nightly Cargo udeps are failing due to prost-derive #514
Comments
This is in hopes of fixing parallaxsecond#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
In hopes of fixing parallaxsecond/parsec#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
In hopes of fixing parallaxsecond/parsec#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Attempts to fix parallaxsecond#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Attempts to fix parallaxsecond/parsec#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Also updated parsec-client-rust source inside of fuzz testing. (This points to a fork of parsec-client-rust that also uses the updated parsec-interface.) The parsec-interface includes an update where prost and prost-build are updated from 0.6.1->0.7.0 Attempts to fix parallaxsecond#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Parsec interface is running |
Seems to be related to rust-lang/rust#88878 |
Seems to have been picked up within the |
In hopes of fixing parallaxsecond/parsec#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
In hopes of fixing parallaxsecond/parsec#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Attempts to fix parallaxsecond/parsec#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Also updated parsec-client-rust source inside of fuzz testing. (This points to a fork of parsec-client-rust that also uses the updated parsec-interface.) The parsec-interface includes an update where prost and prost-build are updated from 0.6.1->0.8.0 Attempts to fix parallaxsecond#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Also updated parsec-client-rust source inside of fuzz testing. (This points to a fork of parsec-client-rust that also uses the updated parsec-interface.) The parsec-interface includes an update where prost and prost-build are updated from 0.6.1->0.8.0 Attempts to fix parallaxsecond#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Also updated parsec-client-rust source inside of fuzz testing. (This points to a fork of parsec-client-rust that also uses the updated parsec-interface.) The parsec-interface includes an update where prost and prost-build are updated from 0.6.1->0.8.0 Attempts to fix parallaxsecond#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Also updated parsec-client-rust source inside of fuzz testing. (This points to a fork of parsec-client-rust that also uses the updated parsec-interface.) The parsec-interface includes an update where prost and prost-build are updated from 0.6.1->0.8.0 Attempts to fix parallaxsecond#514 Signed-off-by: Matt Davis <matt.davis@arm.com>
Updating |
Those ones are fixed if you do a I've added this as a discussion point for today's meeting. |
This commit disables some of the CI and nightly workflows that were failing due to the issues described in parallaxsecond#514 Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
Indeed, rust 1.53 is now available from the update channel. So, you should be able to bump the min version safely. |
As mentioned, Fuzz Testing & Nightly Cargo udeps are failing due to prost-derive.
The text was updated successfully, but these errors were encountered: