Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix availability of toolsets in updated Ubuntu images of GitHub A…
…ctions (boostorg#589) The `compiler` property should trigger creation of `user-config.jam` with the expected GCC 8 defined. Something has changed on the GitHub Actions images or Boost.Build and GCC 8 build job started failing: /home/runner/work/gil/boost-root/tools/build/src/tools/gcc.jam:203: in gcc.init from module gcc error: toolset gcc initialization: error: version '8' requested but 'g++-8' not found and version '7.5.0' of default 'g++' does not match e.g. https://github.com/boostorg/gil/pull/562/checks?check_run_id=2246393722 The compilers should be `install`-ed explicitly to avoid such issues in future.
- Loading branch information