Skip to content

Commit

Permalink
Merge pull request #1380 from guicassolato/fix/use-git-https-protocol
Browse files Browse the repository at this point in the history
fix: use git https protocol
  • Loading branch information
eguzki authored Nov 9, 2022
2 parents 2876ef2 + 8eca080 commit a4f1123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ tmp/benchmark/
.cpanm
/vendor/cache
/tmp/
.gitconfig
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $(GATEWAY_CONTEXT)/Roverfile.lock : $(GATEWAY_CONTEXT)/Roverfile $(GATEWAY_CONTE
translate_git_protocol:
@git config --global url.https://github.com/.insteadOf git://github.com/

lua_modules: $(ROVER) $(GATEWAY_CONTEXT)/Roverfile.lock translate_git_protocol
lua_modules: $(ROVER) translate_git_protocol $(GATEWAY_CONTEXT)/Roverfile.lock
# This variable is to skip issues with openssl 1.1.1
# https://github.com/wahern/luaossl/issues/175
EXTRA_CFLAGS="-DHAVE_EVP_KDF_CTX=1" $(ROVER) install --roverfile=$(GATEWAY_CONTEXT)/Roverfile > /dev/null
Expand Down

0 comments on commit a4f1123

Please sign in to comment.