Skip to content

Commit

Permalink
Remove makefile rule that manually patchies libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rph committed Aug 22, 2024
1 parent 320b6e3 commit 74b5dfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ target:
init:
pip3 install -r requirements/base.txt -r requirements/dev.txt

.PHONY: patch-libcurl-configure-template
patch-libcurl-configure-template:
sh ./scripts/patch_libcurl_config.sh

.PHONY: test
test: check-format
pytest --cov awslambdaric --cov-report term-missing --cov-fail-under 90 tests
Expand Down

0 comments on commit 74b5dfe

Please sign in to comment.