mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Remove obsolete rusty_v8 146.4.0 Bazel targets (#35997)
## What changed - Remove the `v8` 146.4.0 crate archive from `MODULE.bazel`. - Remove the corresponding bindings, static libraries, and platform filegroups from `third_party/v8/BUILD.bazel`, leaving the 150.4.0 targets in place. GitOrigin-RevId: 86f93819c3f3f69217a1273df50702abe04682f4
This commit is contained in:
@@ -483,15 +483,6 @@ archive_override(
|
||||
urls = ["https://github.com/v8/v8/archive/refs/tags/15.0.245.2.tar.gz"],
|
||||
)
|
||||
|
||||
http_archive(
|
||||
name = "v8_crate_146_4_0",
|
||||
build_file = "//third_party/v8:v8_crate.BUILD.bazel",
|
||||
sha256 = "d97bcac5cdc5a195a4813f1855a6bc658f240452aac36caa12fd6c6f16026ab1",
|
||||
strip_prefix = "v8-146.4.0",
|
||||
type = "tar.gz",
|
||||
urls = ["https://static.crates.io/crates/v8/v8-146.4.0.crate"],
|
||||
)
|
||||
|
||||
http_archive(
|
||||
name = "v8_crate_150_4_0",
|
||||
build_file = "//third_party/v8:v8_crate.BUILD.bazel",
|
||||
|
||||
Reference in New Issue
Block a user