8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4beb4 commit 96e32aaCopy full SHA for 96e32aa
CI/build/arduino-cli.py
@@ -91,7 +91,7 @@
91
# error or fatal error
92
fork_pattern = re.compile(r"^Error during build: fork/exec")
93
error_pattern = re.compile(r":\d+:\d*:?\s.*error:\s|^Error:|fatal error:")
94
-ld_pattern = re.compile("arm-none-eabi/bin/ld:")
+ld_pattern = re.compile("arm-none-eabi/bin/ld\.?e?x?e?:")
95
overflow_pattern = re.compile(
96
r"(will not fit in |section .+ is not within )?region( .+ overflowed by [\d]+ bytes)?"
97
)
0 commit comments