mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix bazel build (#13787)
I believe this broke in https://github.com/openai/codex/pull/13772.
This commit is contained in:
committed by
GitHub
Unverified
parent
488875f24d
commit
7a5aff4972
@@ -3,5 +3,5 @@ load("//:defs.bzl", "codex_rust_crate")
|
||||
codex_rust_crate(
|
||||
name = "state",
|
||||
crate_name = "codex_state",
|
||||
compile_data = glob(["migrations/**"]),
|
||||
compile_data = glob(["logs_migrations/**", "migrations/**"]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user