This PR is meant only to test some small modifications of #20744 to fix tests.
Android test failure:
- https://github.com/android/ndk/wiki/Changelog-r22#changes - required NDK is 22, master has 21.
This PR is meant only to test some small modifications of #20744 to fix tests.
Android test failure:
This is required to use std::filesystem on macOS.
Warning: Replacing fs::system_complete calls with fs::absolute calls
in this commit may cuase minor changes in behaviour because fs::absolute
no longer strips trailing slashes; however these changes are believed to
be safe.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
@fanquake The difference between this PR and your PR is in commit https://github.com/bitcoin/bitcoin/commit/17eff90922f005e88cba33fba1d14225e0474f93 and consequently in checks:
I’m not sure whether your response means that you don’t like the https://github.com/bitcoin/bitcoin/commit/17eff90922f005e88cba33fba1d14225e0474f93 commit. Anyway, you did not explicitly reject it in this PR or in #20744 (comment). It would be helpful for me to know whether you like it or not.
The difference between this PR and your PR is in commit 17eff90
Apologies, I have the changes from https://github.com/bitcoin/bitcoin/commit/17eff90922f005e88cba33fba1d14225e0474f93 integrated locally, but forgot to push the branch up. In future, if you want to suggest changes, just commenting is fine, there’s not really a need to open these kinds of PRs. I’ll rebase #20744 on top of the Android fixes for std::filesystem
and push the changes up shortly.