Skip to content

Commit

Permalink
Bump kine to v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twz123 committed Jan 11, 2024
1 parent 7fa70d3 commit d2298d3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions embedded-bins/Makefile.variables
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,12 @@ kubernetes_build_go_flags = "-v"
#kubernetes_build_go_ldflags =
kubernetes_build_go_ldflags_extra = "-extldflags=-static"

kine_version = 0.11.2
kine_version = 0.11.3
kine_buildimage = $(golang_buildimage)
#kine_build_go_tags =
#kine_build_go_cgo_enabled =
# Flags taken from https://github.com/k3s-io/kine/blob/v0.11.2/scripts/build#L22
# Flags taken from https://github.com/k3s-io/kine/blob/v0.11.3/scripts/build#L22
kine_build_go_cgo_cflags = -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1
# See https://github.com/mattn/go-sqlite3/issues/1164#issuecomment-1635253695
# Remove when https://github.com/mattn/go-sqlite3/issues/1164 is released
kine_build_go_cgo_cflags += -D_LARGEFILE64_SOURCE

#kine_build_go_flags =
kine_build_go_ldflags = "-w -s"
Expand Down

0 comments on commit d2298d3

Please sign in to comment.