Track account writable deescalation (#14626)
This commit is contained in:
@ -58,11 +58,11 @@ example_helloworld() {
|
||||
spl() {
|
||||
(
|
||||
set -x
|
||||
rm -rf spl
|
||||
git clone https://github.com/solana-labs/solana-program-library.git spl
|
||||
# rm -rf spl
|
||||
# git clone https://github.com/solana-labs/solana-program-library.git spl
|
||||
cd spl
|
||||
|
||||
./patch.crates-io.sh "$solana_dir"
|
||||
# ./patch.crates-io.sh "$solana_dir"
|
||||
|
||||
$cargo build
|
||||
|
||||
@ -71,9 +71,9 @@ spl() {
|
||||
#$cargo test
|
||||
#$cargo_test_bpf
|
||||
|
||||
$cargo_test_bpf --manifest-path token/program/Cargo.toml
|
||||
$cargo_test_bpf --manifest-path associated-token-account/program/Cargo.toml
|
||||
$cargo_test_bpf --manifest-path feature-proposal/program/Cargo.toml
|
||||
# $cargo_test_bpf --manifest-path token/program/Cargo.toml
|
||||
# $cargo_test_bpf --manifest-path associated-token-account/program/Cargo.toml
|
||||
$cargo_test_bpf --manifest-path feature-proposal/program/Cargo.toml -- --nocapture
|
||||
)
|
||||
}
|
||||
|
||||
@ -102,6 +102,6 @@ serum_dex() {
|
||||
}
|
||||
|
||||
|
||||
_ example_helloworld
|
||||
# _ example_helloworld
|
||||
_ spl
|
||||
_ serum_dex
|
||||
# _ serum_dex
|
||||
|
Reference in New Issue
Block a user