You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consider reducing dependence on appveyor and using more GitHub Actions jobs which allows for more parallelism
The CMT repositories use Boost.CI and have been pruned down to 4 AppVeyor jobs per build.
It looks like this repository is tracking Boost.CI fairly closely. Some of the existing .appveyor.yml configurations may be redundant to the GHA jobs.
The text was updated successfully, but these errors were encountered:
boost::unordered appveyor jobs are really long, consuming about 4 hours of build time, for example:
https://ci.appveyor.com/project/cppalliance/unordered/builds/51261314
consider reducing dependence on appveyor and using more GitHub Actions jobs which allows for more parallelism
The CMT repositories use Boost.CI and have been pruned down to 4 AppVeyor jobs per build.
It looks like this repository is tracking Boost.CI fairly closely. Some of the existing .appveyor.yml configurations may be redundant to the GHA jobs.
The text was updated successfully, but these errors were encountered: