Andrii Doroshenko
Andrii Doroshenko
Yeah, it's not like I'm suggesting to use WSL2, just wanted to document the process I went through. 😛 But, I still tried this approach because I've been successfully compiling...
> So you are going to try cross-compiling Godot for 10+ platforms, inside a docker, inside a WSL VM on Windows? Lol. See you in 10 years. Only a year...
From [GitHub Actions Job execution time](https://docs.github.com/en/free-pro-team@latest/actions/reference/usage-limits-billing-and-administration#usage-limits): > Job execution time - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches...
True, just to be aware of the limits. Also, I'm not sure how many concurrent jobs are allowed at GitHub Actions, which may also be queued, but the workflow run...
Looks promising, I may give this a try once 3.3-stable is released. 🙂 I've had a problem of git synchronization from remote when using tags vs commits, so oftentimes I...
## Missing godot-uwp ``` DEBUG:root:Dry run: ['/usr/bin/podman', 'run', '--rm', '-w', '/root/', '--env', 'BUILD_NAME=custom_build', '--env', 'NUM_CORES=4', '--env', 'CLASSICAL=1', '--env', 'MONO=1', '-v', '/home/Xrayez/src/godot/godot-build-scripts/mono-glue:/root/mono-glue', '-v', '/home/Xrayez/src/godot/godot-build-scripts/godot.tar.gz:/root/godot.tar.gz', '-v', '/home/Xrayez/src/godot/godot-build-scripts/build-uwp:/root/build', '-v', '/home/Xrayez/src/godot/godot-build-scripts/out/uwp:/root/out', '--ulimit', 'nofile=32768:32768', 'localhost/uwp:3.3-mono-6.12.0.114',...
Is there a way to build a list of containers at once? Somehow my laptop rebooted tonight (crashed?) and I've only managed to compile for Windows, so I'd like to...
Ah, I didn't realize that the same argument can be specified multiple times. --- I've re-run the script and stumbled upon this error: ``` i686-w64-mingw32-g++ -o bin/godot.windows.opt.tools.32.mono.exe -static -static-libgcc -static-libstdc++...
> Is it possible it went out of memory? LTO can require quite a few GiB of RAM. This is likely an issue. I have 8 GB of RAM, but...
So I investigated/tested the problem further, and I get my statements back. I think it's likely due to Python at the end of the day (literally). I think it would...