mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
## Summary - restore the `#16634` `lzma-sys` / `xz` Bazel wiring that was reverted from `main` - re-enable direct Bazel linkage to `@xz//:lzma` with the `lzma-sys` build script disabled - restore the matching `MODULE.bazel.lock` entries ## Why `origin/main` currently builds `//codex-rs/cli:cli` on a devbox, but `bazel run //codex-rs/cli:codex -- --version` fails at link time on the same remote path. Restoring `#16634` fixes that repro. ## Validation - on `origin/main`: `bazel build --bes_backend= --bes_results_url= //codex-rs/cli:cli` passed - on `origin/main`: `bazel run --bes_backend= --bes_results_url= //codex-rs/cli:codex -- --version` failed on `dev` - after this patch on the same `dev` mirror: `bazel run --bes_backend= --bes_results_url= //codex-rs/cli:codex -- --version` passed and printed `codex 0.0.0` --------- Co-authored-by: Codex <noreply@openai.com>
27 lines
1.1 KiB
Python
27 lines
1.1 KiB
Python
exports_files([
|
|
"abseil_windows_gnullvm_thread_identity.patch",
|
|
"aws-lc-sys_memcmp_check.patch",
|
|
"aws-lc-sys_windows_msvc_prebuilt_nasm.patch",
|
|
"aws-lc-sys_windows_msvc_memcmp_probe.patch",
|
|
"bzip2_windows_stack_args.patch",
|
|
"llvm_windows_symlink_extract.patch",
|
|
"rules_rust_windows_bootstrap_process_wrapper_linker.patch",
|
|
"rules_rust_windows_build_script_runner_paths.patch",
|
|
"rules_rust_windows_exec_bin_target.patch",
|
|
"rules_rust_windows_exec_std.patch",
|
|
"rules_rust_windows_process_wrapper_skip_temp_outputs.patch",
|
|
"rules_rust_repository_set_exec_constraints.patch",
|
|
"rules_rust_windows_msvc_direct_link_args.patch",
|
|
"rules_rust_windows_gnullvm_build_script.patch",
|
|
"rules_rs_windows_gnullvm_exec.patch",
|
|
"rules_rs_windows_exec_linker.patch",
|
|
"rusty_v8_prebuilt_out_dir.patch",
|
|
"ring_windows_msvc_include_dirs.patch",
|
|
"v8_bazel_rules.patch",
|
|
"v8_module_deps.patch",
|
|
"v8_source_portability.patch",
|
|
"windows-link.patch",
|
|
"xz_windows_stack_args.patch",
|
|
"zstd-sys_windows_msvc_include_dirs.patch",
|
|
])
|