Gabriel Le Breton
Gabriel Le Breton
I think this could be related: https://github.com/game-ci/unity-test-runner/pull/261 It's not for the builder project, but it does work with the `.upmconfig.toml`. We might need to do similar logic for the builder...
> What's the best place I can subscribe to updates, so I know when I can switch off the beta channel to the stable releases, but without getting annoyed by...
https://github.com/game-ci/docker/actions/runs/16941544669/job/48011712852 ``` Run ./.github/workflows/actions/report-to-backend with: token: *** jobId: editor-6000.2.0f1-3.1.0 status: failed imageType: editor baseOs: ubuntu repoVersion: 3.1.0 editorVersion: 6000.2.0f1 targetPlatform: base reason: failure - An error occurred while reporting the...
I don't know much about this, but I would probably try installing `libpulse0` and `libpulse-mainloop-glib0` too. * https://packages.ubuntu.com/focal/libpulse0 * https://packages.ubuntu.com/focal/sound/libpulse-mainloop-glib0 It might be interesting to provide a sample project with...
Hi, I did not know about this before reading this issue. Here is a [Stack Overflow post requesting for Docker registry mirrors](https://stackoverflow.com/questions/28557384/docker-private-registry-with-mirror) ## Can you elaborate on why we should...
Technically speaking, we can use `customImage` to specify an image with the registry url. It is not the same as a mirror, but it does allow you to use a...