Ryan Dale
Ryan Dale
@pontus the base image is built using [this Dockerfile](https://github.com/bioconda/bioconda-containers/blob/main/images/base-glibc-debian-bash/Dockerfile). We're in the middle of moving the image-building over into this repo (bioconda-utils), but that dockerfile is not changing. The building...
@jpfeuffer just to clarify, is OpenMS is using bioconda-utils for internal builds?
Ah, ok. Can you point to where (and how) you are calling it then? I bet if it's not *exactly* how we call it in bioconda-recipes then that might introduce...
So the default behavior is for `--pkg_dir` to not be set, which in turn defaults to the identified `conda-build` directory on the host, which is where the built recipes will...
I _think_ it would be ok to merge as-is since we don't use `--pkg_dir` anywhere in production, but merging without tests always makes me nervous. And there are currently bigger...
@bgruening can chime in if there's anything I'm missing here, but here's a snapshot of the current state and short-term goals: Current goal is to get everything cleaned up and...
@jmarshall agreed on both counts. The current mechanism, where Py 3.11 builds run on bulk branch in topological sort across workers, requires heavy time investment by a single person over...
thanks @mbargull, hope you're feeling better soon. @corneliusroemer as mentioned previously this sort of updating is currently personnel-intensive, and Marcel will be the one handling it this round. We have...
Looks good, but I think we should hold off actually merging this. Over on bioconda-containers things are still being fixed (https://github.com/bioconda/bioconda-containers/pull/69, https://github.com/bioconda/bioconda-containers/pull/68) so if we merge this then we'll have...
Some notes on the current status of this: I would like to be able to test the just-built images (in the case that they were rebuilt in a PR) but...