Skip to content

Commit

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

Please sign in to comment.