Skip to content

arttet/rust-compiler-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Compiler Builder

Rust

Builds the Rust compiler and Tier 3 targets using GitHub Actions.

Usage

▸▸▸ Download commands ◂◂◂
download:               Download Rust sources
▸▸▸ Configure commands ◂◂◂
configure:              Configure Rust & LLVM with optimizations
configure-dev:          Configure Rust without optimizations
configure-dev-llvm:     Configure Rust & LLVM without optimizations
▸▸▸ Target Info commands ◂◂◂
show-target-info:       Show target info
▸▸▸ Utility commands ◂◂◂
help:                   Show this help
clean:                  Remove generated artifacts
prune:                  Remove all downloaded artifacts
▸▸▸ Documentation commands ◂◂◂
doc-build:              Build the documentation site [env: DOC_DIR=]
doc-serve:              Serve the documentation site [env: DOC_PORT=]
doc-clean:              Remove generated artifacts [env: DOC_DIR=]
▸▸▸ Offline commands ◂◂◂
offline:                Download prebuilt Rust binaries and cache them for offline use