Conversation
The GCC build on Windows is ok (GCC 11) while Ubuntu is stuck with a GCC 10 MinGW
|
off-topic a bit but do you think it would be worth trying hwasan on android (possibly linux too) on arm64 instead of asan ? |
|
Don't think it would help much considering our ARM "builders" are just cross compilers + qemu. If it even worked, it would certainly be slower than ASan on x86-64. |
Codecov ReportBase: 88.08% // Head: 88.09% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #3250 +/- ##
=======================================
Coverage 88.08% 88.09%
=======================================
Files 609 609
Lines 68255 68258 +3
Branches 6803 6805 +2
=======================================
+ Hits 60122 60129 +7
+ Misses 5292 5283 -9
- Partials 2841 2846 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
The GCC build on Windows is ok (GCC 11) while Ubuntu is stuck with a GCC 10 MinGW