You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/usr/bin/env bash
-
- # the musl-tools package must be installed.
- rustup target add x86_64-unknown-linux-musl
- cargo build --release --target=x86_64-unknown-linux-musl
- cp target/x86_64-unknown-linux-musl/release/tantivy ../../github/fulmicoton.github.io/tantivy-files/binaries/linux_x86_64/
|