Skip to content

Commit

Permalink
Disable make target update-api-module-path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored and zmb3 committed Jan 7, 2022
1 parent 6782872 commit 836a488
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,9 @@ $(VERSRC): Makefile
# Note: any build flags needed to compile go files (such as build tags) should be provided below.
.PHONY: update-api-module-path
update-api-module-path:
go run build.assets/update_api_module_path/main.go -tags "bpf fips pam roletester desktop_access_rdp"
$(MAKE) grpc
# update-api-module-path is temporarily disabled because currently `make grpc` does not know how to deal with v2+ go modules.
# go run build.assets/update_api_module_path/main.go -tags "bpf fips pam roletester desktop_access_rdp"
# $(MAKE) grpc

# make tag - prints a tag to use with git for the current version
# To put a new release on Github:
Expand Down

0 comments on commit 836a488

Please sign in to comment.