From 39e9796a3ebbfaef320f1d4b9e8c849ec28ae223 Mon Sep 17 00:00:00 2001 From: viyatb-oai Date: Wed, 11 Feb 2026 15:18:53 -0800 Subject: [PATCH] Revert "fix(build): include vendored bubblewrap in bazel build script data" This reverts commit 3c71a8a6b75997bbb1856a5ba059c73d8385d7de. --- codex-rs/BUILD.bazel | 7 ------- codex-rs/linux-sandbox/BUILD.bazel | 3 --- 2 files changed, 10 deletions(-) diff --git a/codex-rs/BUILD.bazel b/codex-rs/BUILD.bazel index 85d5658f1a..47324dbdca 100644 --- a/codex-rs/BUILD.bazel +++ b/codex-rs/BUILD.bazel @@ -1,10 +1,3 @@ exports_files([ "node-version.txt", ]) - -filegroup( - name = "vendor_bubblewrap_sources", - srcs = glob([ - "vendor/bubblewrap/**", - ]), -) diff --git a/codex-rs/linux-sandbox/BUILD.bazel b/codex-rs/linux-sandbox/BUILD.bazel index 48fbf37380..aeef302ab3 100644 --- a/codex-rs/linux-sandbox/BUILD.bazel +++ b/codex-rs/linux-sandbox/BUILD.bazel @@ -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", - ], )