Skip to content

Commit ee7d0a4

Browse files
committed
Enable fancy logs
1 parent 861e6b4 commit ee7d0a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

emci/rattler_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def build_with_rattler(recipe=None, recipes_dir=None, emscripten_wasm32=False, skip_existing="local"):
88

9-
cmd = ["rattler-build", "build", "--package-format", "tar-bz2", "--log-style", "plain"]
9+
cmd = ["rattler-build", "build", "--package-format", "tar-bz2", "--log-style", "fancy"]
1010

1111
# build single recipe or all recipes in a directory ?
1212
if recipe is not None and recipes_dir is not None:
@@ -23,7 +23,7 @@ def build_with_rattler(recipe=None, recipes_dir=None, emscripten_wasm32=False, s
2323
# build for emscripten-wasm32?
2424
if emscripten_wasm32:
2525
cmd.extend(["--target-platform", "emscripten-wasm32"])
26-
# cmd.extend(["--variant-config", str(VARIANT_CONFIG_PATH)])
26+
# cmd.extend(["--variant-config", str(VARIANT_CONFIG_PATH)])
2727

2828
cmd.extend(["-m", RATTLER_CONDA_BUILD_CONFIG_PATH])
2929

0 commit comments

Comments
 (0)