Skip to content

Commit

Permalink
chore(CI): add --features to building node in release.yml (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored and chungquantin committed Sep 6, 2024
1 parent e133195 commit 5fe0e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: rustup target add ${{ matrix.platform.target }}

- name: Build node
run: cargo build --profile=production -p pop-node --target ${{ matrix.platform.target }}
run: cargo build --profile=production -p pop-node --features on-chain-release-build --target ${{ matrix.platform.target }}

- name: Package binary (Linux)
if: contains(matrix.platform.target, 'linux')
Expand Down

0 comments on commit 5fe0e09

Please sign in to comment.