1 रिपॉजिटरी
Specifying the exact compiler binary used to build automation files for version compatibility.
Distinct from OS Version Specific Binaries: Candidates focus on the output binary's target OS/Arch, not the selection of the compiler tool itself.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Compiler Binary Selection. Refine with filters or upvote what's useful.
Mage is a build automation tool and workflow orchestrator that uses Go functions to define executable build targets instead of a custom domain-specific language. It functions as a compiled build system and task runner, mapping exported Go functions to command-line targets. The tool distinguishes itself by compiling build definitions into static binaries for distribution to dependency-free machines. It utilizes hashed binary caching to avoid redundant compilations and supports the packaging of the runtime and defined tasks into a single standalone executable. The platform covers dependency ma
Allows users to specify the compiler binary used for build files to ensure language version compatibility.