-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boost 1.87.0.beta1 (pre-release) #198115
Draft
cho-m
wants to merge
84
commits into
master
Choose a base branch
from
bump-boost-1.87.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
boost 1.87.0.beta1 (pre-release) #198115
+222
−167
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cho-m
added
pre-release
Artifact is pre-release
prerelease-testing
Pull request from upstream, testing a pre-release with homebrew dependencies
CI-linux-self-hosted
Build on Linux self-hosted runner
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
long build
Set a long timeout for formula testing
CI-linux-self-hosted-deps
Test dependents on Linux self-hosted runner
CI-no-fail-fast-deps
Continue dependent tests despite failing GitHub Actions matrix tests.
long dependent tests
Set a long timeout for dependent testing
labels
Nov 18, 2024
github-actions
bot
added
the
automerge-skip
`brew pr-automerge` will skip this pull request
label
Nov 18, 2024
cho-m
force-pushed
the
bump-boost-1.87.0
branch
from
November 18, 2024 18:16
284785b
to
fa5c1dd
Compare
cho-m
changed the title
boost 1.87.0 (beta1 / pre-release)
boost 1.87.0.beta1 (pre-release)
Nov 18, 2024
cho-m
force-pushed
the
bump-boost-1.87.0
branch
2 times, most recently
from
November 19, 2024 03:16
3fd65ff
to
b61150a
Compare
Also drop support for single threaded variant similar to distros. Fedora dropped single-threaded due to no physical difference[^1]. Arch Linux[^2] and Debian[^3] dropped it even longer ago. [^1]: https://src.fedoraproject.org/rpms/boost/blob/rawhide/f/boost.spec#_2092 [^2]: https://gitlab.archlinux.org/archlinux/packaging/packages/boost/-/commit/51d8bb08349d37309a9073bdf034516248012233 [^3]: https://salsa.debian.org/debian/boost/-/commit/226b0ced201790ec322b3109af1e1a3fa75917f3
cho-m
force-pushed
the
bump-boost-1.87.0
branch
from
November 20, 2024 04:47
b61150a
to
cd8aa33
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge-skip
`brew pr-automerge` will skip this pull request
CI-linux-self-hosted
Build on Linux self-hosted runner
CI-linux-self-hosted-deps
Test dependents on Linux self-hosted runner
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
CI-no-fail-fast-deps
Continue dependent tests despite failing GitHub Actions matrix tests.
in progress
Stale bot should stay away
long build
Set a long timeout for formula testing
long dependent tests
Set a long timeout for dependent testing
pre-release
Artifact is pre-release
prerelease-testing
Pull request from upstream, testing a pre-release with homebrew dependencies
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-release testing to check on linkage in preparation for only shipping multithreaded libraries (i.e. #182995).
I'm guessing stable release is probably in December given release cadence.
Dependents bumped based on Linux bottle linkage (which always uses fully versioned libraries) and macOS
libboost*-mt.dylib
linkage.Needs:
asio
#198250Build failures (mostly due to Boost Asio removed APIs):
fastnetmon
i2pd
monero
uhd
osrm-backend
- Build fails with upcoming Boost 1.87.0 due to Boost Asio removals Project-OSRM/osrm-backend#7072 / Fix compilation with upcoming Boost 1.87.0 Project-OSRM/osrm-backend#7073dwarfs
- fix: support for upcoming Boost 1.87.0 mhx/dwarfs#245Downgrades due to dependency tree:
cpprestsdk
- Support BOOST_ASIO_NO_DEPRECATED (Linux, pplx) microsoft/cpprestsdk#1323azure-storage-cpp
- due tocpprestsdk
vineyard
- due tocpprestsdk
gnuradio
- due touhd