cargo-ibuild

Crates.iocargo-ibuild
lib.rscargo-ibuild
version1.1.1
sourcesrc
created_at2023-10-09 11:51:07.201976
updated_at2023-11-02 10:13:44.976842
descriptioncargo-ibuild
homepage
repository
max_upload_size
id997934
size44,611
Charles Chu (everplus)

documentation

README

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
Commit count: 0

cargo fmt