mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 11:31:01 +02:00
Ci: fix build test failure.
The build prints a line (Generating error.c) which is considered as error in the pipeline
This commit is contained in:
@@ -25,6 +25,7 @@ IGNORE_WARNS = [
|
||||
r'library/error\.o',
|
||||
r'/.*error\S*\.o',
|
||||
r'.*error.*\.c\.obj',
|
||||
r'.*error.*\.c',
|
||||
r'.*error.*\.cpp\.obj',
|
||||
r'.*error.*\.cxx\.obj',
|
||||
r'.*error.*\.cc\.obj',
|
||||
|
Reference in New Issue
Block a user