Skip to content

Commit

Permalink
feat: ensure faucet is built with distribution feat
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef authored and RolandSherwin committed Mar 18, 2024
1 parent 861cde1 commit 3d92ed8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
source $HOME/.cargo/env
{% if bin_name == 'safenode' and safenode_features_list != "" %}
cargo build --target x86_64-unknown-linux-musl --release --bin {{bin_name}} --no-default-features --features={{safenode_features_list}}
{% elif bin_name == 'faucet' %}
cargo build --target x86_64-unknown-linux-musl --release --bin {{bin_name}} --features="distribution"
{% else %}
cargo build --target x86_64-unknown-linux-musl --release --bin {{bin_name}}
{% endif %}
Expand Down

0 comments on commit 3d92ed8

Please sign in to comment.