Skip to content

Commit

Permalink
CHANGELOG: Add build-sbf's --skip-tools-install flag
Browse files Browse the repository at this point in the history
#### Problem

#3762 added the ability to skip installing the tools somewhere, but it's
not documented in the changelog.

#### Summary of changes

Add a line describing the change.
  • Loading branch information
joncinque committed Nov 27, 2024
1 parent 5c8cde0 commit 816d05b
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 @@ -18,6 +18,8 @@ Release channels have their own copy of this changelog:
* CLI:
* Add global `--skip-preflight` option for skipping preflight checks on all transactions sent through RPC. This flag, along with `--use-rpc`, can improve success rate with program deployments using the public RPC nodes.
* Unhide `--accounts-db-access-storages-method` for agave-validator and agave-ledger-tool
* SDK:
* `cargo-build-sbf`: add `--skip-tools-install` flag to avoid downloading platform tools. Useful for immutable environments like Nix.

## [2.1.0]
* Breaking:
Expand Down

0 comments on commit 816d05b

Please sign in to comment.