Skip to content

Commit

Permalink
Remove numa feature from features that farmer is built with
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Sep 20, 2024
1 parent 6609fa0 commit 70f3122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Build farmer
run: |
cargo -Zgitoxide -Zgit build --locked -Z build-std --target ${{ matrix.build.target }} --profile production --bin subspace-farmer
cargo -Zgitoxide -Zgit build --locked -Z build-std --target ${{ matrix.build.target }} --profile production --bin subspace-farmer --no-default-features --features binary,cluster
if: runner.os == 'macOS' || !startsWith(matrix.build.target, 'x86_64')

- name: Build farmer
Expand Down

0 comments on commit 70f3122

Please sign in to comment.