-
Notifications
You must be signed in to change notification settings - Fork 156
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
Resolve build errors from Rust 1.55 upgrade #4039
Comments
Relevant comment about the current errors #4038 (comment) |
Found in a Linux man page.
|
This is an interesting issue that is possibly related. rust-lang/rust#88817 |
Also, looking at the files that were failing the previous build, it looks like f32.rs and f64.rs are affected. There is a new linear interpolation method ( |
Here's the f32 |
The Flux release into influxdb experienced some strange CI errors that we believe were caused by the upgrade to Rust version 1.55 in the Flux docker container.
#4038 downgraded the rust version back to 1.54 to unblock the release, but we will eventually want to go back to 1.55, once we figure out how to resolve these issues.
DOD:
math
lib (aka-lm
) to be linked lets make sure we understand why, possibly file Rust bug if this was a breaking change on their side.The text was updated successfully, but these errors were encountered: