Fix native invoke writable privileges (#19750)

* Fix native invoke writable privileges

* build downstream spl bpf programs for tests
This commit is contained in:
Jack May
2021-09-13 22:57:37 -07:00
committed by GitHub
parent 910f241c3f
commit 00d7981f64
4 changed files with 290 additions and 43 deletions

View File

@ -68,6 +68,7 @@ spl() {
$cargo build
$cargo test
$cargo_build_bpf
$cargo_test_bpf
)
}