This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
ripgrep
Watch
1
Star
0
Fork
0
You've already forked ripgrep
mirror of
https://github.com/BurntSushi/ripgrep.git
synced
2024-12-12 19:18:24 +02:00
Code
Issues
Releases
Activity
a4897eca23
ripgrep
/
Cross.toml
3 lines
88 B
TOML
Raw
Normal View
History
Unescape
Escape
ci: fix musl deployment The docker image that the Linux binary is now built in does not have ASCII doc installed, so setup Cross to point to my own image with those tools installed.
2019-08-02 00:41:44 +02:00
[
target
.
x86_64-unknown-linux-musl
]
ci: fix musl docker build 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.
2020-01-10 04:54:28 +02:00
image
=
"burntsushi/cross:x86_64-unknown-linux-musl"
Reference in New Issue
Copy Permalink