open-falcon / falcon-plus

An open-source and enterprise-level monitoring system.
Apache License 2.0
7.26k stars 1.53k forks source link

command "make all" is not done #942

Closed xizher closed 2 years ago

xizher commented 2 years ago

when use "make all", command show:

if [ agent = "gateway" ]; then \
    G0111MODULE=on go build -ldflags "-X main. BinaryName=gateway -X main. GitCommit=' git rev-parse --short HEAD’-X main. Version=0.3.x" \
    -0 bin/gateway/falcon-gateway ./modules/transfer ; \
else \
    GO111MODULE=on go build -ldflags "-X main. BinaryName=agent -X main. GitCommit=i git rev-parse --short HEAD -X main.Version=0.3.x" \
    0 bin/agent/ falcon- agent . /modules/agent ; \
fi
xizher commented 2 years ago

timeout, maybe network question