aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrsdy <[email protected]>2021-10-12 16:54:12 +0100
committerrsdy <[email protected]>2021-10-12 16:54:12 +0100
commitf4d5c6e78546d3c8e3e159b1f10ff624bec9352c (patch)
treef86f0a7627f2e3b6e0167223227e1e52d82ab851 /.github
parented09e45e7aaeec5d62763dbf70e9c82b5b48a376 (diff)
Disable no_neon feature for C bindings as we can't propagate from cargo build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7641de..715fe15 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -158,8 +158,6 @@ jobs:
- run: ./c/blake3_c_rust_bindings/cross_test.sh --target ${{ matrix.arch }}
- run: ./c/blake3_c_rust_bindings/cross_test.sh --target ${{ matrix.arch }} --features=neon
if: startsWith(matrix.arch, 'armv7-') || startsWith(matrix.arch, 'aarch64-')
- - run: ./c/blake3_c_rust_bindings/cross_test.sh --target ${{ matrix.arch }} --features=no_neon
- if: startsWith(matrix.arch, 'aarch64-')
# Currently only on x86.
c_tests: