zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.93k stars 757 forks source link

Updating Catch2 v2 to v2.13.9 #559

Closed nandanvasudevan closed 2 years ago

nandanvasudevan commented 2 years ago

Fixes issue with MINSIGSTKSZ which is no longer a constant -> https://github.com/catchorg/Catch2/issues/2178

Issue was fixed in https://github.com/catchorg/Catch2/releases/tag/v2.13.5

Does not build in Ubuntu 22.04 with GCC 11.2.0 without this update.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2503282135


Totals Coverage Status
Change from base Build 2474163658: 0.0%
Covered Lines: 801
Relevant Lines: 931

💛 - Coveralls
gummif commented 2 years ago

Thanks