From 34ea1b4281c0677e1fde5da4bb7c44c4695154a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Wed, 3 Jan 2024 12:54:20 +0100 Subject: [PATCH] Revert "TMP: run meson configure to see available per host options" This reverts commit 2f0d155f52b795e414203242352befbc09133caf. --- worker/tasks.py | 9 --------- 1 file changed, 9 deletions(-) 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