bitcoin
bitcoin copied to clipboard
build: :rocket: Remove Autotools and MSVC build systems
The ultimate goal :)
Unit tests create an artifact in the source tree:
share/rpcauth/__pycache__/rpcauth.cpython-312.pyc
Unit tests create an artifact in the source tree:
share/rpcauth/__pycache__/rpcauth.cpython-312.pyc
Fixed.
Rebased. More stuff have been removed from the src/univalue .
ACK 045f267577abc0f2788311d34d1c31d4b6493ffb
Why restore src/minisketch/.gitignore and why drop commit 3e6cf60806 test: Do not write Python bytecode to source directory?
Why restore
src/minisketch/.gitignore..?
The src/minisketch is a subtree and shouldn't be modified in this PR.
and why drop commit 3e6cf60
test: Do not write Python bytecode to source directory?
It is still not clear which way is preferred. For more details, please refer to https://github.com/bitcoin/bitcoin/pull/30533.
Rebased.
Maybe the two commits can be split up into two pull requests? MSVC removal should be doable now, while autotools may or may not be good to keep a few more days, given my comment on the merged cmake pull.
Looks like this is now https://github.com/bitcoin/bitcoin/pull/30731 and https://github.com/bitcoin/bitcoin/pull/30664, so reviewers of this change may want to go there.
Looks like this is now bitcoin#30731 and bitcoin#30664, so reviewers of this change may want to go there.
Closing this PR.