mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
10 lines
210 B
Python
10 lines
210 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "linux-sandbox",
|
|
crate_name = "codex_linux_sandbox",
|
|
build_script_data = [
|
|
"//codex-rs:vendor_bubblewrap_sources",
|
|
],
|
|
)
|