/[packages]/cauldron/chromium-browser-stable/current/SOURCES/chromium-107-remove-clang-version-test.patch
ViewVC logotype

Contents of /cauldron/chromium-browser-stable/current/SOURCES/chromium-107-remove-clang-version-test.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1902543 - (show annotations) (download)
Fri Nov 4 15:29:29 2022 UTC (17 months, 2 weeks ago) by squidf
File size: 608 byte(s)
- New version: 107.0.5304.87
- Update esbuild to 0.15.10
- Update patches
- Add use_system_libwayland_server
- Add pkgconfig Qt5Core and Qt5Widgets

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

  ViewVC Help
Powered by ViewVC 1.1.30