mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-30 04:35:25 +08:00
10 lines
268 B
Bash
Executable File
10 lines
268 B
Bash
Executable File
#!/bin/bash
|
|
|
|
### This is intended to run within the rust-stretch docker image (or a debian-like system with required dependencies).
|
|
|
|
cd "$(dirname "$(dirname "$0")")"
|
|
|
|
rustup target add x86_64-unknown-linux-gnu
|
|
cargo build --target x86_64-unknown-linux-gnu --release
|
|
|