bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
76 stars 228 forks source link

emscripten renovation #310

Closed Kojoley closed 1 year ago

Kojoley commented 1 year ago

Boost is building fine. I also tried to run tests on Config/LexicalCast/Thread/Spirit. I could've setup a CI worker but that would require to conditionally disable rpath/rpath-link tests (there are at least 6 places where it is tested directly or indirectly) and I am already tired from fixing this toolset.

Fixes https://github.com/boostorg/build/issues/526 Fixes https://github.com/bfgroup/b2/issues/170 Fixes https://github.com/bfgroup/b2/issues/87 Fixes https://github.com/boostorg/boost/issues/670 Fixes https://github.com/boostorg/build/issues/381 Closes https://github.com/bfgroup/b2/pull/111