Wolf Vollprecht
Wolf Vollprecht
Ok there are two aspects to this: one is securing against malicious packages and the other is to make it easier for packagers to not unintentionally clobber. But yeah, I...
I have written down my ideas for easier file-existence tests here: https://github.com/mamba-org/boa/issues/93 I'd be happy about input. I think adding this to conda-build wouldn't be too hard (I just finished...
@aktech there is also this code that always adds `"self-hosted"` as a label. Should we keep it? self_hosted_default = list( runs_on[data["build_platform"]]["self_hosted_labels"] ) self_hosted_default += ["self-hosted"]
Yeah that makes sense. Do you think we are ready for a full rebuild? :) I am currently looking into the patches to see how much work is needed there.