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

Build system changes for v22.0.0 #4522

Merged

Conversation

graydon
Copy link
Contributor

@graydon graydon commented Oct 25, 2024

This is a sequence of cherry picks of (mostly) miscellaneous build-system infrastructure that I've recently landed on master transplanted onto the v22.0.0 branch.

Each somewhat improves the build situation (eg. enabling tracy, disabling memory tracking, fixing asan, cleaning more thoroughly, forcing rust toolchain version identity) but none of them are essential for making the v22.0.0 release. You could take any or none of them, it'll be ok either way.

There is also 72c5f9d which removes some stale cost-type adjustments in BUILD_TESTS-only code that's only active if you do multi-protocol replay -- the thing where we can run one tx twice, once on p21 and once on p22 -- and it might be nice to have that fixed so that we can do some more-confidence-inspiring side-by-side testing of p21 txs on the p22 codebase before the upgrade. But again it's really just a nice-to-have, none of this is essential.

@anupsdf anupsdf merged commit 92923c2 into stellar:release/v22.0.0 Oct 25, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants