aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-12-14 11:19:59 +0100
committerAlex Auvolat <alex@adnab.me>2020-12-14 11:19:59 +0100
commit3aa46dfe9599105918420a9fa807511e01f483c5 (patch)
tree01ca3ae4a266d03c5c0b064c748fb4c5ab9cc943 /Makefile
parentdbb15807b927c27df53bb4a6964c268a140635b3 (diff)
downloadnetapp-3aa46dfe9599105918420a9fa807511e01f483c5.tar.gz
netapp-3aa46dfe9599105918420a9fa807511e01f483c5.zip
We don't want to publish this
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 53921a9..569f4b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,5 @@
all:
cargo build
cargo build --example fullmesh
- cargo build --example basalt
#RUST_LOG=netapp=debug cargo run --example fullmesh -- -n 3242ce79e05e8b6a0e43441fbd140a906e13f335f298ae3a52f29784abbab500 -p 6c304114a0e1018bbe60502a34d33f4f439f370856c3333dda2726da01eb93a4894b7ef7249a71f11d342b69702f1beb7c93ec95fbcf122ad1eca583bb0629e7
-docker_basalt:
- cargo build --release --example basalt
- docker build -t lxpz/basalt_netapp_example:$(TAG) .
- docker push lxpz/basalt_netapp_example:$(TAG)