Wolf Vollprecht

Results 1454 comments of Wolf Vollprecht

I meant the other way around - you only need to build the package once and not for all the target platforms.

The noarch packages might have different hashes but have the same names and thus would be rejected from being uploaded. Or you could skip buolding the noarch package on the...

FYI we have a implementation in rattler build as well (will be released today): https://github.com/prefix-dev/rattler-build/pull/1161

Yeah indeed, we inherited the way that `conda-build` does this and use `linux + aarch64`, and `win + arm64` / `osx + arm64` … it's a bit unfortunate. We could...

Hm, interesting! Thanks for the reproducer, too! Unsure why this fails.

I think this one is related to #985 - because we migth not get the "right" name when ordering the packages this fails randomly. So I do think that we...

I believe we haven't seen this issue in a relatively long while. Am I correct? If so, I think we can close it. We improved the "clobber" situation quite a...

Any "clobber" files should never be included in a package - so that is definitely a bug! We have to get on it

Basically, when packaging "new" files we compare against the contents of the `conda-meta` folder. The JSON files in there should record all files that are installed in the environment. It...

Hmmm, ok, maybe this is a lead. I compared the urdfdom_headers package from conda-forge vs. the one from ros-humble. One has the `CMake` as uppercase, and one as lowercase `cmake`...