Tom Pollard

Results 16 comments of Tom Pollard

An example like this would be useful as an integration into https://gitlab.com/remote-apis-testing/remote-apis-testing/-/issues/60

I'm probably not going to personally be able to work on this, but would love to see it happen :)

Has any thought/effort been put into looking at integrating with [`conda-smithy`](https://github.com/conda-forge/conda-smithy) in terms of the "build farm" goal? Definitely interested to see if Quetz could be used as an endpoint...

For what it's worth, I've been looking at taking existing `conda-forge` feedstocks, and vendoring the [setup package](https://github.com/conda-forge/conda-forge-ci-setup-feedstock) to push to a local instance of a Quetz server via quetz-client. Supporting...

@wolfv The smithy feedstock I forked is [here](https://github.com/tom--pollard/conda-smithy-feedstock/commits/master) using a local ci setup package & the quetz server locally on the same docker host. Interested to hear/see what the plans...

I think at some point that'd make sense @wolfv :) I'll raise it. It's really cool to see the work towards ROS in conda, I remember not having fun with...

The crates api exposes `https://crates.io/api/v1/crates/$package_name/$package_version/download` (values of which exist on the Package{} structs) which provides the given source tarball via `wget`, for example. This could then be extracted and installed...

With #83 basic support was added for generic s3 endpoints for the results blobs. However, keeping this issue around for further expansion is probably worth while

Formalising / standardising the expected output of 'analysers' so they can be consumed by a frontend/dashboard is certainly something to work towards :smiley: Obviously the scope here is quite broad,...

Yes this is broken with gcc10, and is manually patched in the yocto bsp layer http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch