mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
fix(build): include vendored bubblewrap in bazel build script data
This commit is contained in:
@@ -3,4 +3,7 @@ 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",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user