From efd3fa180b9659270e5d70ce3c6b7b1855230c6c Mon Sep 17 00:00:00 2001 From: Jonathan Sweemer Date: Mon, 3 Nov 2025 20:23:15 +0900 Subject: [PATCH] Update --bpf-out-dir to --sbf-out-dir --- basics/account-data/native/cicd.sh | 2 +- basics/checking-accounts/native/cicd.sh | 2 +- basics/close-account/native/cicd.sh | 2 +- basics/create-account/native/cicd.sh | 2 +- basics/cross-program-invocation/native/cicd.sh | 2 +- basics/favorites/native/cicd.sh | 2 +- basics/hello-solana/native/cicd.sh | 2 +- basics/pda-rent-payer/native/cicd.sh | 2 +- basics/processing-instructions/native/cicd.sh | 2 +- basics/program-derived-addresses/native/cicd.sh | 2 +- basics/realloc/native/cicd.sh | 2 +- basics/rent/native/cicd.sh | 2 +- basics/repository-layout/native/cicd.sh | 2 +- basics/transfer-sol/native/cicd.sh | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/basics/account-data/native/cicd.sh b/basics/account-data/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/account-data/native/cicd.sh +++ b/basics/account-data/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/checking-accounts/native/cicd.sh b/basics/checking-accounts/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/checking-accounts/native/cicd.sh +++ b/basics/checking-accounts/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/close-account/native/cicd.sh b/basics/close-account/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/close-account/native/cicd.sh +++ b/basics/close-account/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/create-account/native/cicd.sh b/basics/create-account/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/create-account/native/cicd.sh +++ b/basics/create-account/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/cross-program-invocation/native/cicd.sh b/basics/cross-program-invocation/native/cicd.sh index 9fd5e4644..b95c29474 100644 --- a/basics/cross-program-invocation/native/cicd.sh +++ b/basics/cross-program-invocation/native/cicd.sh @@ -4,7 +4,7 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --bpf-out-dir=./target/so +cargo build-sbf --sbf-out-dir=./target/so echo "Hand:" solana program deploy ./target/so/hand.so | grep "Program Id:" echo "Lever:" diff --git a/basics/favorites/native/cicd.sh b/basics/favorites/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/favorites/native/cicd.sh +++ b/basics/favorites/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/hello-solana/native/cicd.sh b/basics/hello-solana/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/hello-solana/native/cicd.sh +++ b/basics/hello-solana/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/pda-rent-payer/native/cicd.sh b/basics/pda-rent-payer/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/pda-rent-payer/native/cicd.sh +++ b/basics/pda-rent-payer/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/processing-instructions/native/cicd.sh b/basics/processing-instructions/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/processing-instructions/native/cicd.sh +++ b/basics/processing-instructions/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/program-derived-addresses/native/cicd.sh b/basics/program-derived-addresses/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/program-derived-addresses/native/cicd.sh +++ b/basics/program-derived-addresses/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/realloc/native/cicd.sh b/basics/realloc/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/realloc/native/cicd.sh +++ b/basics/realloc/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/rent/native/cicd.sh b/basics/rent/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/rent/native/cicd.sh +++ b/basics/rent/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/repository-layout/native/cicd.sh b/basics/repository-layout/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/repository-layout/native/cicd.sh +++ b/basics/repository-layout/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so diff --git a/basics/transfer-sol/native/cicd.sh b/basics/transfer-sol/native/cicd.sh index 0903cf896..b2407c75f 100644 --- a/basics/transfer-sol/native/cicd.sh +++ b/basics/transfer-sol/native/cicd.sh @@ -4,5 +4,5 @@ # It also serves as a reference for the commands used for building & deploying Solana programs. # Run this bad boy with "bash cicd.sh" or "./cicd.sh" -cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so +cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so solana program deploy ./program/target/so/program.so