Skip to content

Commit

Permalink
build: add go_tarantool_msgpack_v5 build tag
Browse files Browse the repository at this point in the history
The tag enables usage of `msgpack/v5` libreary instead of `msgpack.v2`.
It fixes decoding errors with msgpack extension types at the `go-tarantool`
connector.

Part of tarantool/tt-ee#151
  • Loading branch information
oleg-jukovec authored and psergee committed Jul 5, 2024
1 parent e902206 commit f7cc1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func appendLdFlags(flags ...string) optsUpdater {

// appendTags appends tags.
func appendTags(args []string) ([]string, error) {
tags := []string{"netgo", "osusergo"}
tags := []string{"netgo", "osusergo", "go_tarantool_msgpack_v5"}

buildType := os.Getenv(buildTypeEnv)
switch BuildType(buildType) {
Expand Down

0 comments on commit f7cc1de

Please sign in to comment.