From 70f31228139149d2f4bff702480afe0ab053c8a4 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Fri, 20 Sep 2024 06:48:51 +0300 Subject: [PATCH] Remove `numa` feature from features that farmer is built with --- .github/workflows/snapshot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot-build.yml b/.github/workflows/snapshot-build.yml index f0c5ca885d..2d36fb5aba 100644 --- a/.github/workflows/snapshot-build.yml +++ b/.github/workflows/snapshot-build.yml @@ -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