mfbrantner

Results 5 issues of mfbrantner

**Bug description** When using the `runAsHostUser` flag in unity-builder and unity-test-runner, `xvfb-run` is invoked without root privileges. This causes the following errors: `_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not...

bug

The new [workflow ](https://github.com/GameLabGraz/Maroon/actions/runs/8350587148) runs all test and build jobs in parallel, taking about 30-40 minutes. Currently, deployment to Steam only happens when a new commit is pushed to the...

maintenance

While the current CI/CD pipeline works, there are some issues that should be worked out. - Since [updating](https://github.com/GameLabGraz/Maroon/pull/457) the Unity Editor version, the [Build](https://github.com/GameLabGraz/Maroon/actions/workflows/main.yml) workflow takes about 1:20h to run....

maintenance

***Describe the issue*** Concurrent workflow runs cause the build/test environment to become tainted, resulting in hard to debug errors. E.g.: Workflow runs [#65](https://github.com/GameLabGraz/Maroon/actions/runs/6404902709) and [#66](https://github.com/GameLabGraz/Maroon/actions/runs/6405025545). ***Thoughts on potential fix*** The...

defect

When multiple workflow runs are requested in a short time frame, some are cancelled because of GitHub's weird implementation of the concurrency group feature. More info in this comment: https://github.com/GameLabGraz/Maroon/pull/490#issuecomment-2250206980...

defect