From 31e01f2237cb44770f17028369be66707b2b3d91 Mon Sep 17 00:00:00 2001 From: Jan-E Date: Sat, 15 Apr 2017 03:30:31 +0200 Subject: [PATCH] Update appveyor.yml for issue 306 Use these v8js builds: https://github.com/phpv8/v8js/issues/306#issuecomment-294258612 --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a6f9db6..17e00cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,11 +2,11 @@ environment: matrix: - ARTIFACT_NAME: v8js_vc14_php7_%Platform%_ts.zip OUTDIR: Release_TS - V8_ASSETS: V8-5.8.301.0-%Platform%.zip + V8_ASSETS: V8-5.8.283.31-%Platform%.zip - ARTIFACT_NAME: v8js_vc14_php7_%Platform%_nts.zip OUTDIR: Release CONFIGURE_EXTRA: --disable-zts - V8_ASSETS: V8-5.8.301.0-%Platform%.zip + V8_ASSETS: V8-5.8.283.31-%Platform%.zip PHP_VERSION: 7.0.16 PHP_SDK: c:\projects\php-sdk @@ -27,7 +27,7 @@ install: - cd v8js-ci\vc14\%Platform% - md deps - cd deps - - curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%" + - curl -fSL -o %V8_ASSETS% "https://phpdev.toolsforresearch.com/%V8_ASSETS%" - 7z.exe x %V8_ASSETS% - cd .. - curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz"