From 86bdd3ece69f3593efcbbb67ef0d3c6a27d9487f Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 23 Nov 2022 09:45:31 -0800 Subject: [PATCH] use the exist composer.phar --- Makefile.frag.w32 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index 6900c60..9942ddc 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -31,9 +31,5 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h # Use PHPUnit and composer to run tests test-awscrt: install $(AWSCRT_DIR)\src\api.h $(BUILD_DIR)\php_awscrt.dll - curl -o composer-setup.php https://getcomposer.org/installer - php .\composer-setup.php - php --version - $(PHP_BINARY) --version - $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini .\composer.phar --working-dir=$(AWSCRT_DIR) update - $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini .\composer.phar --working-dir=$(AWSCRT_DIR) run test-win \ No newline at end of file + $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini c:\tools\php\composer.phar --working-dir=$(AWSCRT_DIR) update + $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini c:\tools\php\composer.phar --working-dir=$(AWSCRT_DIR) run test-win \ No newline at end of file