mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 21:43:08 +00:00
comment out docker
docker target from makefile because broken
This commit is contained in:
parent
e51cf0d4d2
commit
5cda292d15
@ -331,9 +331,9 @@ realclean: distclean
|
||||
official: FORCE
|
||||
make -j4 ZT_OFFICIAL=1 all
|
||||
|
||||
docker: FORCE
|
||||
make clean ; make -j4 one
|
||||
docker build -f docker/Dockerfile .
|
||||
#docker: FORCE
|
||||
# make clean ; make -j4 one
|
||||
# docker build -f docker/Dockerfile .
|
||||
|
||||
central-controller: FORCE
|
||||
make -j4 LDLIBS="-L/usr/pgsql-10/lib/ -lpq -Lext/librabbitmq/centos_x64/lib/ -lrabbitmq" CXXFLAGS="-I/usr/pgsql-10/include -I./ext/librabbitmq/centos_x64/include -fPIC" DEFS="-DZT_CONTROLLER_USE_LIBPQ -DZT_CONTROLLER" ZT_OFFICIAL=1 ZT_USE_X64_ASM_ED25519=1 one
|
||||
|
Loading…
Reference in New Issue
Block a user