Wolf Vollprecht
Wolf Vollprecht
Yes, even syntax such as ```yaml build_num: > {% if mpi == "openmpi" %} ${{ build_pre | int + 2000 }} {% else if ... ``` Would likely work. Not...
It's possible to template the SHA256 but our current JSON schema will complain because it expects a hex string of 32 characters there. We can totally change the schema to...
@h-vetinari we already discussed that it's invalid YAML right?
That's a tricky issue indeed. I think we could certainly think about shorting the GITHUB summary, but for the log itself I am unsure. There is a good amount of...
@JaninaWibkerQC - yes, that would indeed be on the rattler-build side. You are correct :)
There is a related PR in conda: https://github.com/conda/conda/pull/14755 However, it just checks the execution policy and then skips the hook. I am not sure if there is more we could...
I believe pip has a mechanism to add some telemetry information eg whether it runs in ci or not.
Fixed in #29591
I've merged most of the changes from this PR in smaller PRs over the weekend. There was a tricky segfault on Windows, but I think it was due to us...