mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-13 12:32:55 +00:00
8 lines
251 B
Bash
Executable File
8 lines
251 B
Bash
Executable File
#!/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 ../tantivy_doc/binaries/tantivy
|
|
|