Wolf Vollprecht
Wolf Vollprecht
We would like to support `deno_task_shell` as interpreter for the scripts (as an alternative to `bash` and `cmd.exe`). The big benefit is that it would work well on all platforms...
Specifically the BZ2 and ZSTD env vars to disable the support for the repodata.json's.
You can point `RATTLER_AUTH_FILE` env var to a JSON file that contains tokens for anaconda/quetz/artifactory/prefix.dev. The format of the file is the same as what's stored as the "fallback" with...
I recently worked on some more complicated recipes (`nodejs`) that takes pretty long to compile because of loads of C++ code. `ccache` works great. The only thing I had to...
conda-build detects a variety of different formats for prefix's in (text)-files on Windows: ```py prefix_u = prefix.replace("\\", "/") if utils.on_win else prefix # If we've cross compiled on Windows to...
It would be nice to have a `conda-debug` equivalent. It should start by showing you the different variants and a interactive selector. It should also let you select which output...
From conda-build: ``` # A hash will be added if all of these are true for any dependency: # # 1. package is an explicit dependency in build, host, or...
This is just a "hygienic" thing, but install name tool only removes the _first_ rpath it finds. To get rid of all mentions of the host_prefix, we would need to...
It could be a nice optimization to store the offsets where the prefix placeholders are stored in the paths data. We are searching for them anyways, and could save time...
While we don't do any relinking / binary patching on Windows, it's still very useful to have the overlinking / overdependening checks. Goblin is able to parse `PE` files fine,...