]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Return void
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 13 Nov 2025 17:51:00 +0000 (12:51 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 13 Nov 2025 17:56:40 +0000 (12:56 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
tasks.py

index dee8ab26ece24e07f4e95dc4ba9a108eaaf7e1b8..2b9a64e25e7ec9defcb5cec88ea5b2823ab763ca 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -916,7 +916,8 @@ def ci_dnsdist_run_ninja(c):
 @task
 def ci_dnsdist_make_bear(c, builder):
     if builder == 'meson':
-        return ci_dnsdist_run_ninja(c)
+        ci_dnsdist_run_ninja(c)
+        return
 
     # Assumed to be running under ./pdns/dnsdistdist/
     c.run(f'bear --append -- make -j{get_build_concurrency(4)} -k V=1')