* ci: use versioned cargo wrapper for crate ordering
(cherry picked from commit 554002b73c)
* ci: nvidia persistence mode isn't a hard requirement
(cherry picked from commit f213e48067)
* sdk: ensure `ld` can find criterion when running BPF tests
(cherry picked from commit 7ee39fcb0f)
* ci: give localnet nodes a more time to startup
(cherry picked from commit 278a241db3)
* ci: add downstream build wrapper
(cherry picked from commit 761e324982)
* ci: add wrapper script for running ci locally
Linux only for now
(cherry picked from commit 0bc38153ca)
Co-authored-by: Trent Nelson <trent@solana.com>
The readelf utility (already shipped with the solana tools) shows meta-information about ELF files, such as symbol tables. It is useful for investigating "unresolved symbol" errors that crop up at runtime.
This commit also fixes the objdump flags (two dashes are required and there is no "color" option) as well as a few typos.
(cherry picked from commit ff95e2aaa6)
Co-authored-by: Christian Machacek <39452430+machacekch@users.noreply.github.com>