diff --git a/.ci/common.sh b/.ci/common.sh index 547c4293..e7168258 100644 --- a/.ci/common.sh +++ b/.ci/common.sh @@ -1,7 +1,7 @@ GCC_REL=14.2.rel1 ARM_MIRROR=https://github.com/DLTcollab/toolchain-arm/raw/main -SOURCES=$(find $(git rev-parse --show-toplevel) | egrep "\.(cpp|h)\$" | egrep -v "gcc-arm-${GCC_REL}-x86_64-aarch64-none-linux-gnu|gcc-arm-${GCC_REL}-x86_64-arm-none-linux-gnueabihf") +SOURCES=$(find $(git rev-parse --show-toplevel) | egrep "\.(cpp|h)\$" | egrep -v "arm-gnu-toolchain-${GCC_REL}-x86_64-aarch64-none-linux-gnu|arm-gnu-toolchain-${GCC_REL}-x86_64-arm-none-linux-gnueabihf") # Expect host is Linux/x86_64 check_platform()