Dylan Frese

Results 8 comments of Dylan Frese
trafficstars

The servers I'm deploying to are provisioned in such a way to be fairly agnostic to what projects are going to be deployed to them. A solid example is deploying...

To explain my usecase a bit more specifically, we have a 15-minute-ish Maven build process which generates some .jar's which are deployed to a certain directory and run in Docker...

This is currently marked as WIP because **ACRE2Steam** currently does not search for the Linux version of Mumble to copy plugins to. Wine, by default, maps `Z:` to `/`, so...

> > Ubuntu 22 doesn't appear to have all the multiarch packages necessary. > > As in, doesn't exist at all ? I seem to recall reading some being missing....

Again, to be clear, the 32-bit build works. I've built it on my system, running Debian. If there are any 32-bit users out there (which is more rare in the...

I've pushed code that now copies over the Linux .so to the user's Mumble Plugins directory when running under Wine. I depends on the environment variable `WINEHOMEDIR` being set --...

The Ubuntu runner builds against libtbb2, which is kind of old for newer distributions. It's not available in Debian Bookworm or Manjaro. I need to update the Ubuntu image or...

A pull is a fetch and then a merge. http://www.rubydoc.info/gems/rugged/0.24.0/Rugged/Remote#fetch-instance_method Remote#fetch is what you're looking for.