Skip to content

Commit

Permalink
Enabling building for bpf stack bug test program (solana-labs#5654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Aug 26, 2019
1 parent bd20c5e commit 6979a17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions programs/bpf/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ fn main() {
"external_spend",
"noop",
"panic",
// ISSUE: https://github.com/solana-labs/solana/issues/5602
// "stack_bug",
"stack_bug",
"tick_height",
];
for program in rust_programs.iter() {
Expand Down

0 comments on commit 6979a17

Please sign in to comment.