Fix sanity test flakiness by prebuilding binaries (#16530)

* Fix sanity test flakiness by prebuilding binaries

* ignore shellcheck

* bump

* nudge

* simplify
This commit is contained in:
Justin Starry
2021-04-15 01:15:06 +08:00
committed by GitHub
parent f0c150cfb9
commit 328e7690f3
3 changed files with 17 additions and 7 deletions

View File

@@ -9,7 +9,6 @@ extern crate self as solana_frozen_abi;
pub mod abi_digester;
#[cfg(RUSTC_WITH_SPECIALIZATION)]
pub mod abi_example;
#[cfg(RUSTC_WITH_SPECIALIZATION)]
mod hash;