-
Notifications
You must be signed in to change notification settings - Fork 38.7k
depends: latest config.guess & config.sub #28781
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
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
|
ACK 49a9257 Checked the content through https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html Guix build (x86_64): |
49a9257 build: latest config.sub in depends (fanquake) ced0435 build: latest config.guess in depends (fanquake) Pull request description: Before we make any local modifications (i.e bitcoin#28733) pull the latest files from upstream. ACKs for top commit: TheCharlatan: ACK 49a9257 Tree-SHA512: fbbe0d6ef72a196a652467af0550b38da23b932fe68da4965a9b0dc4795db9c869969db98f660cd360f6af3a7659b46c25e3fd398e0ef127dae71726b9a915a6
37389c7 Merge bitcoin#28781: depends: latest config.guess & config.sub (fanquake) 3239f15 Merge bitcoin#28479: build: use _LIBCPP_ENABLE_DEBUG_MODE over ENABLE_ASSERTIONS (fanquake) 45cc44b Merge bitcoin#27628: build: Fix shared lib linking for darwin with lld (fanquake) b8ddcd9 Merge bitcoin#27575: Introduce platform-agnostic `ALWAYS_INLINE` macro (fanquake) 71c6d7f Merge bitcoin#26653: test, init: perturb file to ensure failure instead of only deleting them (fanquake) 417f71a Merge bitcoin#27422: test: add coverage to rpc_scantxoutset.py (fanquake) 898dcbd Merge bitcoin#27559: doc: clarify processing of mempool-msgs when NODE_BLOOM (glozow) a4e429c Merge bitcoin#26953: contrib: add ELF OS ABI check to symbol-check.py (fanquake) deb7de2 Merge bitcoin#26604: test: add coverage for `-bantime` (fanquake) f725ed5 Merge bitcoin#26314: test: perturb anchors.dat to test error during initialization (fanquake) 3306f96 Merge bitcoin#25937: test: add coverage for rpc error when trying to rescan beyond pruned data (fanquake) 712dcaf Merge bitcoin#27516: test: simplify uint256 (de)serialization routines (fanquake) 90d65f2 Merge bitcoin#27508: build: use latest config.{guess,sub} in depends (fanquake) df7be02 Merge bitcoin#27506: test: prevent intermittent failures (fanquake) 9b58b2d Merge bitcoin#27447: depends: Remove `_LIBCPP_DEBUG` from depends DEBUG mode (fanquake) 07770b7 Merge bitcoin#26741: doc: FreeBSD DataDirectoryGroupReadable Setting (fanquake) 5645362 Merge bitcoin#27362: test: remove `GetRNGState` lsan suppression (fanquake) 671e8e6 Merge bitcoin#27368: refactor: Drop no longer used `CNetMsgMaker` instances (fanquake) a11690b Merge bitcoin#27301: depends: make fontconfig build under clang-16 (fanquake) 0a94b3f Merge bitcoin#27328: depends: fix osx build with clang 16 (fanquake) Pull request description: ## Issue being fixed or feature implemented Batch of trivial backports ## What was done? See commits ## How Has This Been Tested? built locally; large combined merge passed tests locally ## Breaking Changes Should be none ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK 37389c7 kwvg: utACK 37389c7 Tree-SHA512: 1ea075a58361f57e037febcf003d380ab845b6c8e1c62d9fcf8954d46cd006046d1951f15a41a5deb9ab7af734df9dafcf89f33d115d78246752f7e2cd13f4ee
Before we make any local modifications (i.e #28733) pull the latest files from upstream.