Commit 76b4ebe1 authored by Victor Gomes's avatar Victor Gomes Committed by V8 LUCI CQ

[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 <victorgomes@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77897}
parent 8927f28f
...@@ -3328,6 +3328,11 @@ v8_binary_non_pointer_compression( ...@@ -3328,6 +3328,11 @@ v8_binary_non_pointer_compression(
binary = "torque", binary = "torque",
) )
alias(
name = "v8ci",
actual = "noicu/v8",
)
# ================================================= # =================================================
# Tests # Tests
# ================================================= # =================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment