Skip to content
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

doc: remove mingw-w64 install for "older" systems #28900

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

fanquake
Copy link
Member

Now that we require GCC 10.1+, the posix variant is available on supported systems.

i.e:
https://packages.debian.org/bullseye/g++-mingw-w64-x86-64-posix
https://packages.ubuntu.com/jammy/g++-mingw-w64-x86-64-posix

@DrahtBot
Copy link
Contributor

DrahtBot commented Nov 17, 2023

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Code Coverage

For detailed information about the code coverage, see the test coverage report.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK maflcko, BrandonOdiwuor, hebasto

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

@DrahtBot DrahtBot added the Docs label Nov 17, 2023
@maflcko
Copy link
Member

maflcko commented Nov 17, 2023

ACK 656a7e9

Copy link
Contributor

@BrandonOdiwuor BrandonOdiwuor left a comment

Choose a reason for hiding this comment

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

ACK 656a7e9

Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

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

ACK 656a7e9.

In the following code:

ifneq ($(shell $(SHELL) $(.SHELLFLAGS) "command -v $(host)-g++-posix"),)
mingw32_CXX := $(host)-g++-posix
endif

a condition might be removed as well.

@fanquake
Copy link
Member Author

a condition might be removed as well.

That wont work on systems that don't ship a x86_64-w64-mingw32-g++ with the -posix suffix? i.e Alpine.

@fanquake fanquake merged commit d752349 into bitcoin:master Nov 17, 2023
3 checks passed
@fanquake fanquake deleted the modern_posix_mingw-w64 branch November 17, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants