From bcac6c42eaf9e004716d72960bddefb1db68a93c Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 25 Aug 2026 17:41:58 -0400 Subject: fix: build audio.cpp with --deployment-build --- app/tests/test_backends_audiocpp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/tests') diff --git a/app/tests/test_backends_audiocpp.py b/app/tests/test_backends_audiocpp.py index 7704ff4..e206ddd 100644 --- a/app/tests/test_backends_audiocpp.py +++ b/app/tests/test_backends_audiocpp.py @@ -915,6 +915,7 @@ class BuildAudiocppTests(unittest.TestCase): self.assertIn("cuda", argv) self.assertIn("--target", argv) self.assertIn("audiocpp_server", argv) + self.assertIn("--deployment-build", argv) self.assertEqual(run.call_args[1]["cwd"], self.checkout) def test_missing_script_returns_nonzero(self): @@ -966,7 +967,7 @@ class BuildAudiocppTests(unittest.TestCase): self.assertIn(f"Build log: {logs[0]}", notice) command = (f"cd {self.checkout} && sh " f"{self.scripts / 'build_linux.sh'} --backend cuda " - "--target audiocpp_server") + "--target audiocpp_server --deployment-build") self.assertIn(command, notice) self.assertIn("Troubleshoot by re-running this command", notice) self.assertTrue(any("failed (exit code 3)" in line -- cgit v1.2.3