0

Roll libc++ from 29e48880dc63 to 1dfd0022c4d7 (1 revision)

29e48880dc..1dfd0022c4

2023-01-24 koraq@xs4all.nl [libc++][doc] Updates format status.

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/libcxx-chromium
Please CC hans@chromium.org,thakis@chromium.org on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: hans@chromium.org,thakis@chromium.org
Change-Id: I9c8f12d5f31ef5914e15231ac2baa52545586594
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4192188
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1096261}
This commit is contained in:
chromium-autoroll
2023-01-24 17:58:23 +00:00
committed by Chromium LUCI CQ
parent 06bb2ed83a
commit 4d866ae155
2 changed files with 2 additions and 2 deletions

2
DEPS

@ -483,7 +483,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '29e48880dc637ad0042292c0e3aa333244f80b3b',
'libcxx_revision': '1dfd0022c4d7aa370a8572d4710558ff8684d7a3',
# GN CIPD package version.
'gn_version': 'git_revision:5e19d2fb166fbd4f6f32147fbb2f497091a54ad8',

@ -5,5 +5,5 @@
declare_args() {
# Used to cause full rebuilds on libc++ rolls. This should be kept in sync
# with the libcxx_revision vars in //DEPS.
libcxx_revision = "29e48880dc637ad0042292c0e3aa333244f80b3b"
libcxx_revision = "1dfd0022c4d7aa370a8572d4710558ff8684d7a3"
}