Skip to content

Commit

Permalink
Revert "TMP: run meson configure to see available per host options"
Browse files Browse the repository at this point in the history
This reverts commit 2f0d155.
  • Loading branch information
ibc committed Jan 3, 2024
1 parent 2f0d155 commit 34ea1b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions worker/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34ea1b4

Please sign in to comment.