Prechádzať zdrojové kódy

Ci: fix build test failure.
The build prints a line (Generating error.c) which is considered as error in the pipeline

Aditya Patwardhan 4 rokov pred
rodič
commit
39dcbb2136
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      tools/ci/check_build_warnings.py

+ 1 - 0
tools/ci/check_build_warnings.py

@@ -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',