mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Revert "fix(build): include vendored bubblewrap in bazel build script data"
This reverts commit 3c71a8a6b7.
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
exports_files([
|
||||
"node-version.txt",
|
||||
])
|
||||
|
||||
filegroup(
|
||||
name = "vendor_bubblewrap_sources",
|
||||
srcs = glob([
|
||||
"vendor/bubblewrap/**",
|
||||
]),
|
||||
)
|
||||
|
||||
@@ -3,7 +3,4 @@ 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