Skip to content
Snippets Groups Projects
Commit 69023723 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[build] add missing argument

parent 23da2749
Branches
Tags
1 merge request!242Add bob-devel here which is generated dynamically
Pipeline #54011 canceled
...@@ -874,6 +874,7 @@ def build_bob_devel(obj): ...@@ -874,6 +874,7 @@ def build_bob_devel(obj):
"conda_build_config.yaml", "conda_build_config.yaml",
), ),
condarc_options=obj["condarc_options"], condarc_options=obj["condarc_options"],
work_dir=obj["work_dir"],
) )
git_clean_build(obj["bootstrap"].run_cmdline, verbose=(obj["verbose"] >= 3)) git_clean_build(obj["bootstrap"].run_cmdline, verbose=(obj["verbose"] >= 3))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment