Skip to content

Commit efd3fa1

Browse files
committed
Update --bpf-out-dir to --sbf-out-dir
1 parent f3e8e8d commit efd3fa1

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

basics/account-data/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/checking-accounts/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/close-account/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/create-account/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/cross-program-invocation/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --bpf-out-dir=./target/so
7+
cargo build-sbf --sbf-out-dir=./target/so
88
echo "Hand:"
99
solana program deploy ./target/so/hand.so | grep "Program Id:"
1010
echo "Lever:"

basics/favorites/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/hello-solana/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/pda-rent-payer/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/processing-instructions/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

basics/program-derived-addresses/native/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
7+
cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so
88
solana program deploy ./program/target/so/program.so

0 commit comments

Comments
 (0)