From cd75d5735f3816fda563b47f8a01dac622115def Mon Sep 17 00:00:00 2001 From: giangndm <45644921+giangndm@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:47:42 +0700 Subject: [PATCH] fix: docker missing libsoxr by switch to static build --- .cargo/config.toml.release-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml.release-build b/.cargo/config.toml.release-build index 7e5580a8..38f8a302 100644 --- a/.cargo/config.toml.release-build +++ b/.cargo/config.toml.release-build @@ -2,4 +2,4 @@ git-fetch-with-cli = true [patch.crates-io] -libsoxr-sys = { git = "https://github.com/giangndm/libsoxr-sys.git", rev = "994fb732a4237d65d241fc83771dd24f4c25e8de" } +libsoxr-sys = { git = "https://github.com/giangndm/libsoxr-sys.git", rev = "994fb732a4237d65d241fc83771dd24f4c25e8de", features = ["static"] }