Matthew R. Becker
Matthew R. Becker
Given this guide https://github.com/conda-forge/cuda-feedstock/blob/main/recipe/doc/end_user_run_guide.md my guess is to match `cuda-version` to the major.minor cuda version on the system. Also CC @carterbox who is working on this AFAIK.
Thanks @leofang. bump @eacharles for viz
No I think we turned that off. You'll have to check the script in staged recipes.
Ah ok. Looks like we'll need to remove those then.
Here are two ideas for this. ### Only Critical packages 1. Determine a list of packages that considered critical infrastructure for security or other reasons. 2. build up the mapping...
On the technical side for the second thing, we store the mappings in a github repo and then make http requests to github to pull down json blobs with the...
We actually need this check in quetz to reject uploads of things that clobber. Anyone could simply remove a check in boa when building on a CI service.
> If it is a check applied via the boa/conda-build source code that would be more difficult to skirt. more difficult is not good enough here if we are calling...
> We're working really hard on it right now and with the plugin system in place we could totally think about rejecting uploads like this, and indexing all files in...
We will have to special-case these things like we do for outputs. Again if we are going to approach this as a security issue then simply displaying things in a...