Mike Sarahan
Mike Sarahan
This issue was originally raised in https://www.balena.io/blog/using-google-slides-with-balenadash/#comment-4549162493 The symptom is that google slides shows are not looping. I think I have isolated it to the extra "loop" parameter being lost...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? I have a recipe that...
As information, record the longest path observed in: 1. extracted/provisioned source files 2. Installed files in the host prefix after build This will help us understand and warn about prefix...
Have built several things that look smaller than I expect. I don't think the disk usage is doing things quite right.
This is the basis for looping, so if vc is not put under ``# [win]`` selectors in conda_build_config.yaml, it ends up building too many packages. Putting the whole vc section...
With our latest version of anaconda, we're seeing this issue starting up spyder: ``` [pwang@localhost ~]$ spyder *** Error in `/home/pwang/anaconda2-5/bin/python': free(): invalid pointer: 0x00007fe9b3fffb80 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x7c503)[0x7fe9f7b20503]...
When building libarchive with conda-build 3.18.9, I saw this: ``ERROR (libarchive,Library\bin\bsdtar.exe): Library\bin\LIBBZ2.dll not found in any packages`` I looked in our bzip2 packages, and we do have that file, but...
presently, conda-build's support for wheels is based on just running bdist_wheel. This is effectively just doing the build twice. It would be better to make wheels be more simply a...