Skip to content

Commit

Permalink
CHANGELOG: Add new build-sbf's flags
Browse files Browse the repository at this point in the history
#### 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 committed Jan 16, 2025
1 parent 91d0d0c commit 269924c
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 @@ -20,6 +20,8 @@ Release channels have their own copy of this changelog:
* Add new command `solana feature revoke` for revoking pending feature activations. When a feature is activated, `solana feature revoke <feature-keypair> <cluster>` can be used to deallocate and reassign the account to the System program, undoing the operation. This can only be done before the feature becomes active.
* 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)
* 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 269924c

Please sign in to comment.