-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
portage: Move ebuild validator back to ebuild rule
bazelbuild/bazel#19624 has been fixed, so we no longer need the hash_tracer to apply the ebuild validation action. This also means we can disable it by default. If someone wants to enable it, they can add `--config=hash_tracer` to their bazel build command line. BUG=b:304895109 TEST=BOARD=amd64-generic bazel build @portage//internal/packages/stage1/target/board/chromiumos/sys-libs/glibc:2.35-r25 TEST=BOARD=amd64-generic bazel build --config=hash_tracer @portage//internal/packages/stage1/target/board/chromiumos/sys-libs/glibc:2.35-r25 Change-Id: I335abf89aabdec83dc0279af42e718c0d9cd717f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/bazel/+/4950206 Commit-Queue: Raul Rangel <rrangel@chromium.org> Tested-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Shuhei Takahashi <nya@chromium.org>
- Loading branch information
Raul E Rangel
authored and
Chromeos LUCI
committed
Oct 19, 2023
1 parent
cad9edb
commit 2b029c4
Showing
3 changed files
with
19 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters