Improve bootstraping: do it regularly; persist peer list

This commit is contained in:
Alex Auvolat
2021-04-05 19:55:53 +02:00
parent 3a449badb1
commit 9ced9f78dc
12 changed files with 226 additions and 80 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ BIN=target/release/garage
DOCKER=lxpz/garage_amd64
all:
clear; RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --no-default-features
clear; cargo build
$(BIN):
RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features