diff --git a/rlottie-sys/build.rs b/rlottie-sys/build.rs index 5ae8e5c..df8ff22 100644 --- a/rlottie-sys/build.rs +++ b/rlottie-sys/build.rs @@ -93,7 +93,9 @@ fn compile_rlottie() -> Vec { .arg("cherry-pick") .arg("-x") .arg(rev) - .current_dir(&src_dir)); + .current_dir(&src_dir) + .env("GIT_COMMITTER_NAME", "nobody") + .env("GIT_COMMITTER_EMAIL", "nobody")); } // we could revisit this if the `cmake` crate becomes less opinionated