3 stable releases

1.1.1 Nov 2, 2023
1.1.0 Oct 20, 2023
1.0.0 Oct 9, 2023

#105 in Build Utils

42 downloads per month

MIT/Apache

29KB
749 lines

cargo-ibuild

Attention

!!! This is an internal enterprise application and needs to be on the company intranet to be used. !!!

Install

cargo install cargo-ibuild

OR

# Enter source code directory
cargo install --path .

Usage

# Build for target x86_64-unknown-linux-gnu in CentOS 7
cargo ibuild --target x64

# Build for target aarch64-unknown-linux-gnu in CentOS 7
cargo ibuild --target arm64

# Run bash in docker
cargo ibuild run --target x64
cargo ibuild run --target arm64

# Exec command in docker
cargo ibuild exec --target x64 uname -m
cargo ibuild exec --target arm64 uname -m

Dependencies

~3–13MB
~153K SLoC