Commit graph

2 commits

Author SHA1 Message Date
tellabg
d5c12be442 build: install cross-compiler deps for keeper CI builds
Update the GitHub Actions workflow to install cmake and mipsel
cross-compiler before building keeper targets.

Update evmone-build.sh to detect available mipsel cross-compilers:
prefer mipsel-linux-gnu-gcc (Debian/Ubuntu), fall back to
mips64-linux-gnu-gcc with -EL -mabi=32 flags (Fedora).
2026-03-07 09:45:51 +01:00
tellabg
6217baf2f6 build: add evmone-build.sh for CI keeper builds
Add a build script that invokes CMake to build the evmone library.
The script handles native, arm64, and mipsle targets, gracefully
skipping cross-compilation targets when the cross-compiler is not
available.

Move the script reference in ci.go from ./evmone/build.sh (inside
the submodule, not tracked) to ./build/evmone-build.sh (tracked
in the main repo).
2026-03-06 23:56:23 +01:00