Skip to content

Commit

Permalink
CI: Exclude prebuilt GNU toolchain path
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 27, 2024
1 parent 3cf6976 commit af7596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/common.sh
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit af7596e

Please sign in to comment.