remove thealgorithms/c tests

- tests depend on CMSIS-DSP which targets Cortex-M and Cortex-A Arm_math.h
 - this is available only for armv6 upwards
 - source: https://developer.arm.com/tools-and-software/embedded/cmsis
   (DSP)
This commit is contained in:
Teodor-Bogdan Barbieru 2022-02-01 21:49:12 +02:00
parent 342e895d84
commit d6ba7d441f

View File

@ -367,7 +367,7 @@ jobs:
ninja_arg: "",
openssl: "yes",
openssl_arg: "linux-x86",
C: "yes",
C: "no",
C_arg: "",
C-Plus-Plus: "yes",
C-Plus-Plus_arg: "",