0

Roll libc++ from 601df15bf75a to 3fc0bf23fe4f (2 revisions)

601df15bf7..3fc0bf23fe

2022-11-12 ldionne.2@gmail.com [libc++] Make sure that we use the libc++ CI pipeline when no projects have changed
2022-11-12 ldionne.2@gmail.com [libc++] Remove unused variable in buildkite pipeline generation

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: I0bf378b8b21ec052d112e306131a07dc8214677c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4025102
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@{#1070744}
This commit is contained in:
chromium-autoroll
2022-11-13 06:19:11 +00:00
committed by Chromium LUCI CQ
parent fc36f72a74
commit 843d735e9c
2 changed files with 2 additions and 2 deletions

2
DEPS

@ -489,7 +489,7 @@ vars = {
# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '601df15bf75a851962b598193079cadac40349f8',
'libcxx_revision': '3fc0bf23fe4fcfb3e952ba9f857ef15eb2603429',
# GN CIPD package version.
'gn_version': 'git_revision:1c4151ff5c1d6fbf7fa800b8d4bb34d3abc03a41',

@ -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 = "601df15bf75a851962b598193079cadac40349f8"
libcxx_revision = "3fc0bf23fe4fcfb3e952ba9f857ef15eb2603429"
}