mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
8 lines
161 B
Python
8 lines
161 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "otel",
|
|
crate_name = "codex_otel",
|
|
integration_test_args = ["--test-threads=1"],
|
|
)
|