Skip to content

Draft: Remove compilation error from test suite on CentOS

Maxwell Pirtle requested to merge maxwellpirtle/simgrid:subsets-hotfix into master

Brief Overview

Removing a test is not quite the fix I'd initially go for; but instead of concurrently working around an older version of boost for code that is only marginally useful in the test suite (it gives us a nice check for maximal configuration iteration in UDPOR), it should be a "good enough" workaround for the moment to allow for the CentOS build to complete. If there are still issues or you think this is an inappropriate fix, the code can simply be removed entirely

Merge request reports