Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add static binaries of mgba-rom-test #2

Merged
merged 1 commit into from
Jan 29, 2023

Conversation

SBird1337
Copy link

@SBird1337 SBird1337 commented Jan 29, 2023

Adds static binaries for mgba-rom-test for windows and linux hosts.

Flags this is compiled with:

-DM_CORE_GB=OFF -DUSE_DISCORD_RPC=OFF -DUSE_EDITLINE=OFF -DUSE_EPOXY=OFF -DUSE_FFMPEG=OFF -DUSE_GDB_STUB=OFF -DUSE_LIBZIP=OFF -DUSE_LUA=OFF -DUSE_MINIZIP=OFF -DUSE_SQLITE3=OFF -DDISABLE_FRONTENDS=ON -DBUILD_ROM_TEST=ON -DBUILD_STATIC=ON -DBUILD_SHARED=OFF -DBUILD_GLES3=OFF -DUSE_ZLIB=OFF -DUSE_PNG=OFF

shared library requirements (linux):

 0x0000000000000001 (NEEDED)             Shared library: [libelf.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]

mgba is licensed under Mozilla Public License 2.0. (https://github.com/mgba-emu/mgba/blob/master/LICENSE) we should make sure not to violate it :)

TODO: Potentially stop the CI from building mgba from source but use the static build provided.

@mrgriffin mrgriffin merged this pull request into mrgriffin:rhh-battle-tests Jan 29, 2023
mrgriffin pushed a commit that referenced this pull request Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants