Skip to content

Commit

Permalink
Roll libc++ from 5622befaf8a9 to 962f2bdb7daf (1 revision)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/5622befaf8a9..962f2bdb7daf

2023-03-25 ldionne.2@gmail.com [libc++][NFC] Improve documentation for running BuildKite agent locally

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: Ibfe0263391915db83ec8ef9d7644d689407368a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4371574
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@{#1122120}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Mar 25, 2023
1 parent f5cd559 commit a103211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Expand Up @@ -495,7 +495,7 @@ vars = {

# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '5622befaf8a9d539bc94c9f1341b8e76065334db',
'libcxx_revision': '962f2bdb7daf4af943dfd871442271f4ffbaf766',

# GN CIPD package version.
'gn_version': 'git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4',
Expand Down
2 changes: 1 addition & 1 deletion buildtools/deps_revisions.gni
Expand Up @@ -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 = "5622befaf8a9d539bc94c9f1341b8e76065334db"
libcxx_revision = "962f2bdb7daf4af943dfd871442271f4ffbaf766"
}

0 comments on commit a103211

Please sign in to comment.