mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-20 14:43:47 -07:00
.github
benchsuite
ci
complete
crates
doc
pkg
scripts
tests
.gitignore
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
Cross.toml
FAQ.md
GUIDE.md
HomebrewFormula
LICENSE-MIT
README.md
RELEASE-CHECKLIST.md
UNLICENSE
build.rs
rustfmt.toml
12 lines
361 B
TOML
12 lines
361 B
TOML
[target.x86_64-unknown-linux-musl]
|
|
image = "burntsushi/cross:x86_64-unknown-linux-musl"
|
|
|
|
[target.i686-unknown-linux-gnu]
|
|
image = "burntsushi/cross:i686-unknown-linux-gnu"
|
|
|
|
[target.mips64-unknown-linux-gnuabi64]
|
|
image = "burntsushi/cross:mips64-unknown-linux-gnuabi64"
|
|
|
|
[target.arm-unknown-linux-gnueabihf]
|
|
image = "burntsushi/cross:arm-unknown-linux-gnueabihf"
|