Build v8-poc as part of CI

This commit is contained in:
Channing Conger
2026-03-20 01:46:39 +00:00
parent 733e868878
commit 20ce3015e6
2 changed files with 0 additions and 2 deletions

View File

@@ -368,7 +368,6 @@ unwrap_used = "deny"
# silence the false positive here instead of deleting a real dependency.
[workspace.metadata.cargo-shear]
ignored = [
"codex-v8-poc",
"icu_provider",
"openssl-sys",
"codex-utils-readiness",

View File

@@ -45,5 +45,4 @@ codex_rust_crate(
name = "v8-poc-rusty-v8",
crate_features = ["rusty_v8"],
crate_name = "codex_v8_poc",
test_tags = ["manual"],
)