Skip to content

Commit

Permalink
Merge pull request #2437 from lebauce/disable-easyjson
Browse files Browse the repository at this point in the history
Disable easyjson
  • Loading branch information
lebauce committed Apr 1, 2024
2 parents 7bf978e + 7651112 commit fad5baf
Show file tree
Hide file tree
Showing 57 changed files with 2 additions and 26,095 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ ifneq ($(OFFLINE), true)
endif

.PHONY: genlocalfiles
genlocalfiles: $(EXTRA_BUILD_TARGET) .proto .typescript .bindata .ovnmodel .gendecoder .easyjson .vppbinapi
genlocalfiles: $(EXTRA_BUILD_TARGET) .proto .typescript .bindata .ovnmodel .gendecoder .vppbinapi

.PHONY: touchlocalfiles
touchlocalfiles: .proto.touch .typescript.touch .bindata.touch .gendecoder.touch .easyjson.touch
touchlocalfiles: .proto.touch .typescript.touch .bindata.touch .gendecoder.touch

.PHONY: clean
clean: skydive.clean test.functionals.clean contribs.clean .ebpf.clean .easyjson.clean .proto.clean .gendecoder.clean .ovnmodel.clean .typescript.clean .vppbinapi.clean swagger.clean
Expand Down
Loading

0 comments on commit fad5baf

Please sign in to comment.