Enable RBPF trace output for BPF tests that are not using bpf_loader

This commit is contained in:
Dmitri Makarov
2021-05-11 09:01:44 +02:00
committed by Dmitri Makarov
parent 88626b2945
commit 4ed828e4ee
3 changed files with 13 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ bincode = "1.1.4"
byteorder = "1.3.2"
elf = "0.0.10"
itertools = "0.10.0"
log = "0.4.11"
miow = "0.2.2"
net2 = "0.2.37"
solana-bpf-loader-program = { path = "../bpf_loader", version = "=1.7.0" }