Browse Source

removed script file

develop
Paul Masurel 6 years ago
parent
commit
da603af25d
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      build-static-binary.sh

+ 0
- 6
build-static-binary.sh View File

@@ -1,6 +0,0 @@
#!/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/

Loading…
Cancel
Save