File tree 4 files changed +14
-2
lines changed
support/build/extensions/no-debug-non-zts-20170718
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3
3
tmp=` mktemp`
4
4
wget -O$tmp ' https://s3.amazonaws.com/lang-php/?prefix=dist-cedar-14-stable/php-'
5
5
6
- for php_dist in 5.5 5.6 7.0 7.1; do
6
+ for php_dist in 7.0 7.1 7.2 ; do
7
7
echo " Processing PHP version ----> $php_dist "
8
8
latest_version=$(
9
9
(
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ for stack in heroku-16 cedar-14; do
14
14
15
15
shipit libraries/v8
16
16
17
- for dir in no-debug-non-zts-20151012 no-debug-non-zts-20160303/ ; do
17
+ for dir in no-debug-non-zts-20151012 no-debug-non-zts-20160303 no-debug-non-zts-20170718 ; do
18
18
shipit ` cd support/build/; ls -1 extensions/$dir /v8js-bare-2.* `
19
19
shipit ` cd support/build/; ls -1 extensions/$dir /v8js-2.* `
20
20
done
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ # Build Path: /app/.heroku/php/
3
+ # Build Deps: extensions/no-debug-non-zts-20170718/v8js-bare-2.0.0, libraries/v8
4
+
5
+ # That's it - we're combining the dep build and the extension build here
6
+
7
+ source $( dirname $0 ) /../no-debug-non-zts-20151012/v8js
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ # Build Path: /app/.heroku/php/
3
+ # Build Deps: php-7.2.1, libraries/v8
4
+
5
+ source $( dirname $0 ) /../no-debug-non-zts-20151012/v8js-bare
You can’t perform that action at this time.
0 commit comments