mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
bf0ddc4675
Looks like the old japaric images are bunk. We update our docker image to be based on the new rustembedded images and configure cross to use it. Turns out that this wasn't due to a stale docker image, but rather, a bug in cross: https://github.com/rust-embedded/cross/issues/357 We work around that bug by installing the master branch of cross. Sigh.
3 lines
88 B
TOML
3 lines
88 B
TOML
[target.x86_64-unknown-linux-musl]
|
|
image = "burntsushi/cross:x86_64-unknown-linux-musl"
|