Skip to content

Commit b407f86

Browse files
fpistmcparata
authored andcommitted
ci(build): update pattern for windows
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4e0f42e commit b407f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CI/build/arduino-cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# error or fatal error
9292
fork_pattern = re.compile(r"^Error during build: fork/exec")
9393
error_pattern = re.compile(r":\d+:\d*:?\s.*error:\s|^Error:|fatal error:")
94-
ld_pattern = re.compile("arm-none-eabi/bin/ld:")
94+
ld_pattern = re.compile("arm-none-eabi/bin/ld\.?e?x?e?:")
9595
overflow_pattern = re.compile(
9696
r"(will not fit in |section .+ is not within )?region( .+ overflowed by [\d]+ bytes)?"
9797
)

0 commit comments

Comments
 (0)