From 53745a7f018a79a13ff897772f7b1aeeab8d382f Mon Sep 17 00:00:00 2001 From: Jon C Date: Tue, 28 Jan 2025 14:32:54 +0100 Subject: [PATCH] CHANGELOG: Add new build-sbf flags (#3816) CHANGELOG: Add new build-sbf's flags #### Problem #3762 added the `--skip-tools-install` to skip installing the platform tools somewhere, and #4061 added the `--no-rustup-override` flag to avoid using rustup, but it's not documented in the changelog. #### Summary of changes Add a line describing the changes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d774c279636661..c2a3c3c09aa02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ Release channels have their own copy of this changelog: * Unhide `--accounts-db-access-storages-method` for agave-validator and agave-ledger-tool and change default to `file` * Remove tracer stats from banking-trace. `banking-trace` directory should be cleared when restarting on v2.2 for first time. It will not break if not cleared, but the file will be a mix of new/old format. (#4043) * Add `--snapshot-zstd-compression-level` to set the compression level when archiving snapshots with zstd. + * SDK: + * `cargo-build-sbf`: add `--skip-tools-install` flag to avoid downloading platform tools and `--no-rustup-override` flag to not use rustup when invoking `cargo`. Useful for immutable environments like Nix. ## [2.1.0] * Breaking: