* ci: use versioned cargo wrapper for crate ordering (cherry picked from commit554002b73c
) * ci: nvidia persistence mode isn't a hard requirement (cherry picked from commitf213e48067
) * sdk: ensure `ld` can find criterion when running BPF tests (cherry picked from commit7ee39fcb0f
) * ci: give localnet nodes a more time to startup (cherry picked from commit278a241db3
) * ci: add downstream build wrapper (cherry picked from commit761e324982
) * ci: add wrapper script for running ci locally Linux only for now (cherry picked from commit0bc38153ca
) Co-authored-by: Trent Nelson <trent@solana.com>
10 lines
118 B
Bash
Executable File
10 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
export CI_LOCAL_RUN=true
|
|
|
|
set -ex
|
|
|
|
scripts/build-downstream-projects.sh
|