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).
This commit is contained in:
2026-08-30 00:32:20 +08:00
parent 5b38d07299
commit 91a6accf75
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
[env]
FFMPEG_DIR = { value = ".cache/ffmpeg", relative = true }
OCIO_RS_LINK = "static"
OCIO_RS_ENABLE_REAL = "1"
-1
View File
@@ -121,5 +121,4 @@ tarpaulin-out/
.env
# CD packaging artifacts
/*.dmg
.cargo/config.toml
perf.data