Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AppVeyor is slow (only one job at a time) and requires additional setup (registering an account, adding the repository, etc) while GitHub Actions doesn't.
Example run: https://github.com/Margen67/mgba/actions/runs/5160558114
Linux and macOS seemingly build fine.
Windows is a different story:
mkdir: cannot create directory 'build-win64': Permission denied
https://github.com/Margen67/mgba/actions/runs/5161053167/jobs/9297716540#step:3:86
Running docker with
sudo
doesn't fix this.If I create the
build-win64
folder beforehand it spews a bunch of other strange errors, possibly due to not having write permission:https://github.com/Margen67/mgba/actions/runs/5160690280/jobs/9296967058#step:4:85
I'm not sure if the other Docker images are broken.
Windows requires epoxy module!
Without
-DZLIB_LIBRARY=zlib
:Slow to setup/build, and not very useful since it requires tons of DLLs which cpack doesn't include in it's archive.
libglu1-mesa-dev
andmesa-common-dev
doesn't fix this.Hopefully someone who knows what they're doing can help :^)