-
Notifications
You must be signed in to change notification settings - Fork 67
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
arm64 test failures during debbuild #161
Comments
testing with gazebo-tooling/action-gz-ci@314bdf6 and dccb189 |
I've used the debian patching system to get one fix I needed to do in Debian packaging to avoid the remove of Gazebo some weeks ago. root of the problem is that the different platform optimizations can end up in a negative zero so when we compare the strings the result does not match because of the signal. We probably want to implement a method of comparing it more robust. |
I would vote for fixing the stream operators to check if the value is zero and output an unsigned zero. I've used |
fixed by #206 |
There were some
arm64
test failures when building 6.6.0 debs that were successful when building 6.5.0.I'm not sure what has changed to cause this because the difference between 6.5.0 and 6.6.0 is only #158, which is unrelated to this test failure.
The text was updated successfully, but these errors were encountered: