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.

6 lines
289B

  1. #!/usr/bin/env bash
  2. # the musl-tools package must be installed.
  3. rustup target add x86_64-unknown-linux-musl
  4. cargo build --release --target=x86_64-unknown-linux-musl
  5. cp target/x86_64-unknown-linux-musl/release/tantivy ../../github/fulmicoton.github.io/tantivy-files/binaries/linux_x86_64/