You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2021/02/22 12:57:37 UTC

[skywalking-satellite] branch main updated: fix release src cannot compile bug (#33)

This is an automated email from the ASF dual-hosted git repository.

liujiapeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git


The following commit(s) were added to refs/heads/main by this push:
     new ed9bde5  fix release src cannot compile bug (#33)
ed9bde5 is described below

commit ed9bde5a6fe3dc4330bd9d88ba7c9f03eddc48c9
Author: Evan <31...@users.noreply.github.com>
AuthorDate: Mon Feb 22 20:57:32 2021 +0800

    fix release src cannot compile bug (#33)
    
    Co-authored-by: Evan <ev...@outlook.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 26cb7ff..526ce49 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ clean: tools
 	-rm -rf coverage.txt
 
 .PHONY: build
-build: clean deps gen-codes linux darwin windows
+build: clean gen-codes deps linux darwin windows
 
 .PHONY: check
 check: clean
@@ -104,7 +104,7 @@ release-src: clean
 	--exclude .DS_Store \
 	--exclude .github \
 	--exclude $(RELEASE_SRC).tgz \
-	--exclude protocol/skywalking-data-collect-protocol \
+	--exclude protocol/gen-codes \
 	.
 
 release-bin: build