Below you will find pages that utilize the taxonomy term “Rul1an”
December 9, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v3.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed
SBOM: Automatically create parent directory for sbom_output if it doesn’t exist (fixes No such file or directory errors).
December 7, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added
Tier 1 Expansion: Promoted x86_64-linux-gnu and x86_64-linux-musl from Tier 2 to Tier 1. New Examples: Added examples/c-linux-gnu and examples/c-linux-musl as Verified Reference Architectures. Local Development: Added CONTRIBUTING.md with a “Paved Road” guide and scripts/local-ci.sh for running CI locally (act). Verify Level Input: Clarified verify-level behavior (soft check) in README.
December 6, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.5.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Validation Suite: Added missing dist/ creation for Go job and fixed a typo in the Rust verification step. Documentation: Restructured ARCHITECTURE.md to have a dedicated “Rust + Musl Policy” section, moving the allow caveat out of the Host Validation section.
December 6, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.4.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Zig Cross-Compiler Action v2.3.0 Overview Zig Cross-Compiler Action provides Docker-free cross-compilation for C, C++, Rust, and Go by wiring Zig’s cc / c++ toolchain into GitHub Actions. It turns a standard runner into a cross-compiling build host without containers, custom sysroots, or system headers.