Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > f69ae0739490cf41fb5005796733ef52 > files > 18

chromium-browser-stable-109.0.5414.74-1.mga8.src.rpm

--- patch107/tools/clang/scripts/update.py	2022-10-12 20:53:10.994807700 +0200
+++ patch107/tools/clang/scripts/update.py-remove-clang-version-test	2022-10-16 15:26:26.958821736 +0200
@@ -354,13 +354,6 @@ def main():
       print(force_head_revision)
       return 0
 
-    stamp_version = ReadStampFile(STAMP_FILE).partition(',')[0]
-    if PACKAGE_VERSION != stamp_version:
-      print('The expected clang version is %s but the actual version is %s' %
-            (PACKAGE_VERSION, stamp_version))
-      print('Did you run "gclient sync"?')
-      return 1
-
     print(PACKAGE_VERSION)
     return 0