build2 now provides binary distributions at least for current 0.18.0 stage version.
Making this action fetch and install these instead of building the toolchain would help resolve #1 and make it viable to use build2 in CI that cannot use the CI integration with cppget, mainly private github projects builds which by default are limited to 2000 (30+ hours) of CI before having to start paying.
Maybe building from source, using the bootstrap script like now, would be an option (or binary distribution would be an option) so that ci platforms which dont have compatible binary distributions are still possible to build (but longer).
build2now provides binary distributions at least for current 0.18.0 stage version.Making this action fetch and install these instead of building the toolchain would help resolve #1 and make it viable to use
build2in CI that cannot use the CI integration with cppget, mainly private github projects builds which by default are limited to 2000 (30+ hours) of CI before having to start paying.Maybe building from source, using the bootstrap script like now, would be an option (or binary distribution would be an option) so that ci platforms which dont have compatible binary distributions are still possible to build (but longer).