mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Linux arm64 (Exec format error): - The script was downloading the x86_64 DXC release on all Linux hosts; on aarch64 runners the x86_64 ELF fails with EXEC_FORMAT_ERROR at shader compilation time. Add uname -m guard: when running on aarch64/ arm64 Linux without a DXC in PATH, exit 0 with an advisory message rather than downloading an incompatible binary. The FSR3 SDK build proceeds as it did before the permutation script was introduced (permutation headers are expected to be pre-built in the SDK checkout). Windows (bash: command not found, exit 127): - cmake custom-target COMMANDs run via cmd.exe on Windows even when cmake is configured from a MSYS2 shell, so bare 'bash' is not resolved. - Use find_program(BASH_EXECUTABLE bash) at configure time (which runs under shell: msys2 in CI and thus finds the MSYS2 bash at its native Windows-absolute path). When bash is found, embed the full path in the COMMAND; when not found (unusual non-MSYS2 Windows setups), skip the permutation step and emit a STATUS message. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| validate_opcode_maps.py | ||