Stas Bekman
Stas Bekman
yes, that's true, but unless the leak is big, I'm yet to find another measurement tool. To prove your point here is a very simple IO in a loop program...
And as discovered by https://github.com/conda/conda-build/issues/3215 `conda info` is broken and reports incorrect versions. ``` $ conda-build --version conda-build 3.15.1 ```
And there is a related problem where the same build starts to resolve symlinks and copy what they link to (like symlinks to TB-large datasets) and conda-build was running for...
Thank you, @msarahan. I was just hoping that it's be possible to configure to skip some heavy folders. But yes, git_url would work, thank you for that suggestion. Except the...
Any pointers for a starting point, perhaps a similar existing option that I could use as an example? I guess the simplest initial approach would be to just have a...
Thank you for the guidance, @msarahan I will also need `--keep-old-work` to work to be able to work on this, as it will be essential to be able to test...
@msarahan, I have been contemplating alternative approaches - and what came to me when recently fixing up `setup.py sdist` exclusions and inclusions, is that we already have that mechanism in...
and I thought more about the idea in the previous comment and solved it without any change needed to conda-build. drums please... ``` conda/meta.yaml: {% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True)...
> > Ideally we can then rewrite all the existing blog posts to remove the id as well to avoid confusion for future authors which may try to copy the...
That works, Julien. As it doesn't look like anybody else is going to chime in, should we just update the guide to use the 3rd option instead?