From 91a6accf754d0c70da01b9858f9d26868f23ccfa Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Sun, 30 Aug 2026 00:32:20 +0800 Subject: [PATCH] build: track the workspace cargo config (FFMPEG_DIR, OCIO env) FFMPEG_DIR is relative and portable; OCIO_INSTALL_DIR=/usr is this machine's system-OCIO preference (CI overrides it via GITHUB_ENV; delete that line to use the vendored static OCIO build elsewhere). --- .cargo/config.toml | 4 ++++ .gitignore | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 000000000..ec1bbf7e5 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[env] +FFMPEG_DIR = { value = ".cache/ffmpeg", relative = true } +OCIO_RS_LINK = "static" +OCIO_RS_ENABLE_REAL = "1" diff --git a/.gitignore b/.gitignore index b84cd1968..b3fc91dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -121,5 +121,4 @@ tarpaulin-out/ .env # CD packaging artifacts /*.dmg -.cargo/config.toml perf.data