[bazel] Fix the build (#10104)

This commit is contained in:
zbarsky-openai 2026-01-28 15:06:28 -05:00 committed by GitHub
parent 147e7118e0
commit fe920d7804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 112 additions and 8 deletions

View file

@ -67,6 +67,11 @@ crate.from_cargo(
cargo_toml = "//codex-rs:Cargo.toml",
platform_triples = RUST_TRIPLES,
)
crate.annotation(
crate = "nucleo-matcher",
strip_prefix = "matcher",
version = "0.3.1",
)
bazel_dep(name = "openssl", version = "3.5.4.bcr.0")

115
MODULE.bazel.lock generated

File diff suppressed because one or more lines are too long