Fixing 669 removing -a flag from go cmds
Этот коммит содержится в:
6
Makefile
6
Makefile
@@ -41,7 +41,7 @@ travis:
|
|||||||
cd web/react && $(ESLINT) --quiet components/* dispatcher/* pages/* stores/* utils/*
|
cd web/react && $(ESLINT) --quiet components/* dispatcher/* pages/* stores/* utils/*
|
||||||
|
|
||||||
@$(GO) build $(GOFLAGS) ./...
|
@$(GO) build $(GOFLAGS) ./...
|
||||||
@$(GO) install $(GOFLAGS) -a ./...
|
@$(GO) install $(GOFLAGS) ./...
|
||||||
|
|
||||||
@mkdir -p logs
|
@mkdir -p logs
|
||||||
|
|
||||||
@@ -204,8 +204,8 @@ cleandb:
|
|||||||
fi
|
fi
|
||||||
dist: install
|
dist: install
|
||||||
|
|
||||||
@$(GO) build $(GOFLAGS) -i -a ./...
|
@$(GO) build $(GOFLAGS) -i ./...
|
||||||
@$(GO) install $(GOFLAGS) -a ./...
|
@$(GO) install $(GOFLAGS) ./...
|
||||||
|
|
||||||
mkdir -p $(DIST_PATH)/bin
|
mkdir -p $(DIST_PATH)/bin
|
||||||
cp $(GOPATH)/bin/platform $(DIST_PATH)/bin
|
cp $(GOPATH)/bin/platform $(DIST_PATH)/bin
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user