Skip to content

Commit

Permalink
Roll libc++ from 7c70886f2550 to a429c26ae25c (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/7c70886f2550..a429c26ae25c

2023-10-27 vitalybuka@google.com [libc++] Disable test which timeouts on ARM with sanitizers

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://issues.skia.org/issues/new?component=1389291&template=1850622

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: Ied27a3e000ce6e9fda4f649ee07c3bb3c6a5ef91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4985419
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1216597}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Oct 28, 2023
1 parent 50f5bb9 commit 14985c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ vars = {

# If you change this, also update the libc++ revision in
# //buildtools/deps_revisions.gni.
'libcxx_revision': '7c70886f25508b03921d9fba54d96e49809d9131',
'libcxx_revision': 'a429c26ae25c26a569ff12390d5f9be70c5e286b',

# GN CIPD package version.
'gn_version': 'git_revision:e4702d7409069c4f12d45ea7b7f0890717ca3f4b',
Expand Down
2 changes: 1 addition & 1 deletion buildtools/deps_revisions.gni
Original file line number Diff line number Diff line change
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 = "7c70886f25508b03921d9fba54d96e49809d9131"
libcxx_revision = "a429c26ae25c26a569ff12390d5f9be70c5e286b"
}
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from 7c7088 to a429c2

0 comments on commit 14985c4

Please sign in to comment.