From 76b4ebe153516884200a92e1b6133ce6e81022fd Mon Sep 17 00:00:00 2001 From: Victor Gomes Date: Mon, 15 Nov 2021 11:02:33 +0100 Subject: [PATCH] [bazel] Create a target for V8 CI This allow us to change the target to be built in V8 CI without changing the bot recipe. No-Try: true Bug: v8:12388 Change-Id: I5513e264e7fb5ee273961b88171da8fa793c24f8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3280223 Auto-Submit: Victor Gomes Commit-Queue: Michael Achenbach Reviewed-by: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#77897} --- BUILD.bazel | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 249ab272df..e92acaf28a 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -3328,6 +3328,11 @@ v8_binary_non_pointer_compression( binary = "torque", ) +alias( + name = "v8ci", + actual = "noicu/v8", +) + # ================================================= # Tests # =================================================