Add note on how cargo build-bpf works (#30938)

This commit is contained in:
sakridge 2023-04-20 11:30:11 -07:00 committed by GitHub
parent 04bbf3bccb
commit f2befbb78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ cargo build-bpf
> **NOTE:**
> After each time you build your Solana program, the above command will output the build path of your compiled program's `.so` file and the default keyfile that will be used for the program's address.
> `cargo build-bpf` installs the toolchain from the currently installed solana CLI tools. You may need to upgrade those tools if you encounter any version incompatibilities.
## Deploy your Solana program