mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-06 00:02:44 +02:00
Updates sirit to our fork's latest version w/ SPIRV Headers included (end goal is to remove spirv-headers entirely, as spirv-tools-ci should include them inline as well) Adds a sirit CI on our fork for all platforms (saves a bit of compile time) My CI spec has changed a little bit, and now there is no need for an additional CMake file after the initial CMakeLists.txt (since targets are now global imported). Plus, UNIX amd64 now has the amd64 suffix like aarch64 and windows Updates SDL2 to 2.32.10 and OpenSSL to 3.6.0 Finally, on Solaris all CI packages (sans FFmpeg) are now built with OmniOS, which should in theory be fully compatible with OpenIndiana (our recommended Sun-based target) but obviously will need testing Need testing: - [ ] Make sure I didn't nuke shader emission - [ ] Make sure FreeBSD, OpenBSD, and OpenIndiana work fine with bundled sirit (check linking especially) - [ ] Make sure SDL2, OpenSSL work with OpenIndiana now - [ ] SDL2 on all platforms (input, etc) Signed-off-by: crueter <crueter@eden-emu.dev>
22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"ffmpeg": {
|
|
"repo": "FFmpeg/FFmpeg",
|
|
"sha": "c2184b65d2",
|
|
"hash": "2a89d664119debbb3c006ab1c48d5d7f26e889f4a65ad2e25c8b0503308295123d5a9c5c78bf683aef5ff09acef8c3fc2837f22d3e8c611528b933bf03bcdd97",
|
|
"bundled": true
|
|
},
|
|
"ffmpeg-ci": {
|
|
"ci": true,
|
|
"package": "FFmpeg",
|
|
"name": "ffmpeg",
|
|
"repo": "crueter-ci/FFmpeg",
|
|
"version": "8.0",
|
|
"min_version": "4.1",
|
|
"disabled_platforms": [
|
|
"freebsd-amd64",
|
|
"solaris-amd64",
|
|
"macos-universal"
|
|
]
|
|
}
|
|
}
|