Skip to content

Commit

Permalink
compute budget: add frozen-abi build script (#1653)
Browse files Browse the repository at this point in the history
compute budget: frozen-abi build script
  • Loading branch information
buffalojoec authored Jun 10, 2024
1 parent b9dd0cc commit 20549d9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions compute-budget/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ edition = { workspace = true }
solana-frozen-abi = { workspace = true, optional = true }
solana-sdk = { workspace = true }

[build-dependencies]
rustc_version = { workspace = true }

[features]
frozen-abi = [
"dep:solana-frozen-abi",
Expand Down
1 change: 1 addition & 0 deletions compute-budget/build.rs
1 change: 1 addition & 0 deletions compute-budget/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Solana compute budget types and default configurations.
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]

pub mod compute_budget;
pub mod compute_budget_processor;
Expand Down
1 change: 1 addition & 0 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20549d9

Please sign in to comment.