Roll libc++ from 75bbec9f6d4f to fe1bc75a460d (5 revisions)
75bbec9f6d..fe1bc75a46
2022-08-08 avogelsgesang@tableau.com [libc++] Implement `operator==` for `filesystem::space_info`
2022-08-08 avogelsgesang@tableau.com [libc++][doc] Update `SpaceshipProjects` status to reflect in-flight reviews
2022-08-08 ldionne.2@gmail.com [libc++][NFC] Fix signature of main in test
2022-08-08 ldionne.2@gmail.com [libc++] Add missing <stdbool.h> to the modulemap
2022-08-08 ldionne.2@gmail.com [libc++] Allow enabling assertions when back-deploying
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: Ibaedc0f72a965292dd2a8fee0e238469cc2fc5de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3817294
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@{#1032905}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ebec9c82bd
commit
e9d8e57e75
2
DEPS
2
DEPS
@ -480,7 +480,7 @@ vars = {
|
||||
|
||||
# If you change this, also update the libc++ revision in
|
||||
# //buildtools/deps_revisions.gni.
|
||||
'libcxx_revision': '75bbec9f6d4f06c91eaf94aadafe9ad6520b1b20',
|
||||
'libcxx_revision': 'fe1bc75a460dccaceaab8013a3df47283379363d',
|
||||
|
||||
# GN CIPD package version.
|
||||
'gn_version': 'git_revision:3d773bba0927e67eae8fdaee5e28b0f6203d3bee',
|
||||
|
@ -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 = "75bbec9f6d4f06c91eaf94aadafe9ad6520b1b20"
|
||||
libcxx_revision = "fe1bc75a460dccaceaab8013a3df47283379363d"
|
||||
}
|
||||
|
Reference in New Issue
Block a user