Commit 1ecddb8f authored by Zhi An Ng's avatar Zhi An Ng Committed by V8 LUCI CQ

Revert "[bazel] Adds support to abseil"

This reverts commit 649e9113.

Reason for revert: Abseil was reverted due to gcc failures, so reverting this first. When upstream fixes land, we can reland abseil and this change.

Original change's description:
> [bazel] Adds support to abseil
>
> No-Try: true
> Bug: v8:11006
> Change-Id: Ie2758849fcb8b19ae34289d3e762094b062f2a5c
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3168644
> Reviewed-by: Dan Elphick <delphick@chromium.org>
> Commit-Queue: Victor Gomes <victorgomes@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#76938}

Bug: v8:11006
Change-Id: Iedde555df8bc736cf922b0d9f51b0a78f7e1db49
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3192192
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77133}
parent 67601ba9
...@@ -3008,7 +3008,6 @@ v8_library( ...@@ -3008,7 +3008,6 @@ v8_library(
":v8_shared_internal_headers", ":v8_shared_internal_headers",
":v8_libbase_files", ":v8_libbase_files",
], ],
deps = [ "@com_google_absl//absl/types:optional" ],
) )
v8_library( v8_library(
...@@ -3076,10 +3075,7 @@ v8_binary( ...@@ -3076,10 +3075,7 @@ v8_binary(
"src/regexp/special-case.h", "src/regexp/special-case.h",
"src/regexp/gen-regexp-special-case.cc", "src/regexp/gen-regexp-special-case.cc",
], ],
deps = [ deps = [ "@icu" ],
"@icu",
"@com_google_absl//absl/types:optional",
],
) )
v8_binary( v8_binary(
......
...@@ -16,11 +16,6 @@ http_archive( ...@@ -16,11 +16,6 @@ http_archive(
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace() bazel_skylib_workspace()
local_repository(
name = "com_google_absl",
path = "third_party/abseil-cpp",
)
new_local_repository( new_local_repository(
name = "zlib", name = "zlib",
path = "third_party/zlib", path = "third_party/zlib",
......
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