diff --git a/worker/tasks.py b/worker/tasks.py index f38965a462..64476777de 100644 --- a/worker/tasks.py +++ b/worker/tasks.py @@ -164,15 +164,6 @@ def setup(ctx): shell=SHELL ); - # TMP to see meson build args available in current host: - with ctx.cd(WORKER_DIR): - ctx.run( - f'"{MESON}" configure', - echo=True, - pty=PTY_SUPPORTED, - shell=SHELL - ); - @task def clean(ctx): # pylint: disable=unused-argument