We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ee712 commit 2aa5cdeCopy full SHA for 2aa5cde
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\.?e?x?e?:")
+ld_pattern = re.compile(r"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