Skip to content

Conversation

@sdebionne
Copy link
Contributor

@sdebionne sdebionne commented Dec 11, 2025

Description

Merge to master everything from develop that could not make it in the last minute merge for 1.90.

If necessary, we will merge again before the release branch gets closed for 1.91.

Tasklist

  • Ensure all CI builds pass
  • Review and approve

striezel and others added 30 commits July 8, 2024 10:40
* Make the library modular usable.

* Add missing modular build.jam. And fix gitignore that caused it to be originally deleted!

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Add missing import-search for cconfig/predef checks.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Update copyright dates.

* Move inter-lib dependencies to a project variable and into the build targets.

* Update build deps.
Ref boostorg/admin#47 (comment)

Signed-off-by: Mateusz Łoskot <mateusz@loskot.net>
Fix is_floating_point symbol is not a class template

Fixes #760
The Ubuntu 20.04 image on GitHub Actions will be unavailable by
2025-04-15. See <actions/runner-images#11101>
for more information on the deprecation and removal.

Therefore all build jobs that use the Ubuntu 20.04 runner image
of GHA have to be either migrated to a newer runner image (if
the compiler version is available on a newer image) or have to be
moved to Docker containers using Ubuntu 20.04 (if the compiler
version is not available on the newer runner images). And that's
what this change tries to do.
ci: move Ubuntu 20.04 builds to container or newer Ubuntu version
Propose repair for issue 763
The Windows Server 2019 runner image has been removed as of 2025-06-30,
so it's not available anymore. For further information on that see
<actions/runner-images#12045>.

However, we can test on the newer Windows Server 2022 image instead.

Unfortunately, the Windows Server 2019 image was the last one to have
Visual Studio 2019, so from now on only Visual Studio 2022 can be used
in the CI workflows for MSVC.
ci: move GitHub Action's Windows builds to supported OS version
Update Link to regression test matrix in README
@sdebionne sdebionne requested a review from mloskot December 11, 2025 14:10
Copy link
Member

@mloskot mloskot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you!

@sdebionne sdebionne merged commit 61e2158 into master Dec 11, 2025
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants