Skip to content

Commit c1e4dd2

Browse files
authored
feat(workflows): enable iota-names feature for release builds (#8403)
# Description of change Enable iota-names feature for release builds. ### Release Notes - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [x] CLI: Release binaries now include IOTA-Names CLI commands - [ ] Rust SDK: - [ ] REST API:
1 parent bb001b8 commit c1e4dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binary-build-list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_binaries": {
3-
"iota": ["indexer", "gen-completions", "tracing"],
3+
"iota": ["indexer", "iota-names", "gen-completions", "tracing"],
44
"iota-node": [],
55
"iota-tool": [],
66
"iota-faucet": [],

scripts/homebrew/template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Iota < Formula
4242
def install
4343
if @@arch == "source"
4444
ENV["GIT_REVISION"] = ""
45-
system "cargo", "build", "--release", "--bin", "iota", "--bin", "iota-tool", "-F", "indexer,gen-completions,tracing"
45+
system "cargo", "build", "--release", "--bin", "iota", "--bin", "iota-tool", "-F", "indexer,iota-names,gen-completions,tracing"
4646
bin.install "target/release/iota" => "iota"
4747
bin.install "target/release/iota-tool" => "iota-tool"
4848
else

0 commit comments

Comments
 (0)