Skip to content

Commit 18e9725

Browse files
authored
CI: build with the tag "nomsgpack" to reduce binary size (#4151)
1 parent 569b637 commit 18e9725

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ include build/mk/gmsl/gmsl
2020
# (including cscli) so it is not recommended for production use.
2121
BUILD_RE2_WASM ?= 0
2222

23-
#expr_debug tag is required to enable the debug mode in expr
24-
GO_TAGS := netgo,osusergo,expr_debug
23+
# expr_debug tag is required to enable the debug mode in expr
24+
# nomsgpack builds gin without msgpack support, to reduce binary size
25+
GO_TAGS := netgo,osusergo,expr_debug,nomsgpack
2526

2627
# By default, build with sqlite3.
2728
BUILD_SQLITE ?= mattn

0 commit comments

Comments
 (0)