commit | 9c90863ca65fd97abffcd47773bc72c39aaabc91 | [log] [tgz] |
---|---|---|
author | Devon Loehr <dloehr@google.com> | Thu Aug 28 17:11:30 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 28 17:11:30 2025 |
tree | 79e183e92d0d5c1d358a09d0e2752a3c9011efbe | |
parent | f515736a49fb198f80f7b64fec8f4a7f5b1be0d1 [diff] |
Skip rust tests in DEPS hook This hooks runs on the CI bots. Test failures abort the build early, causing us to miss errors later in the process when actually building chromium. The tests are already run by our packaging bots, so this doesn't sacrifice coverage. This mirrors the process for clang, which also runs tests during packaging and not on the CI. Bug: 407563488 Change-Id: If68751b7f0d3b17ffc05eb0d0bec03be502d8997 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6896017 Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Devon Loehr <dloehr@google.com> Commit-Queue: Devon Loehr <dloehr@google.com> Cr-Commit-Position: refs/heads/main@{#1507799}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.