Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S1Angle::SinCos: Disable sincos for glibc (google#414)
S1Angle.Trigonometry fails on Ubuntu 22. Disable for all glibc targets until this can be narrowed down further. ``` /home/runner/work/s2geometry/s2geometry/src/s2/s1angle_test.cc:139: Failure Expected equality of these values: sin_cos.cos Which is: -0.25881904510251996 cos(angle) Which is: -0.25881904510251991 [ FAILED ] S1Angle.Trigonometry (0 ms) ```
- Loading branch information