Skip to content

Commit

Permalink
CHANGELOG: Add new build-sbf flags (#3816)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joncinque authored Jan 28, 2025
1 parent e7de7ad commit 53745a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 53745a7

Please sign in to comment.