Commit Graph

170 Commits

Author SHA1 Message Date
Igor Klopov
7d664f31c9 support compilation on arm64 host. fixes https://github.com/zeit/pkg/issues/146 2017-06-26 17:56:57 +03:00
Igor Klopov
dbd334ac15 'm57' alias for node8 2017-06-02 08:04:38 +03:00
Igor Klopov
f5a452bc24 --pkg-fallback for verify.js 2017-06-01 23:23:23 +03:00
Igor Klopov
aab4d851cf seems that PKG_FETCH_ONLY_NODE7 env var is not used 2017-06-01 21:58:54 +03:00
Igor Klopov
5584f62775 verify.js: update to node8 2017-05-31 20:42:41 +03:00
Igor Klopov
2bccefd023 even better name in path 2017-05-27 23:16:16 +03:00
Igor Klopov
af0b8ed657 simplify path for precompiled binaries 2017-05-27 23:13:12 +03:00
Igor Klopov
90b299aece fix for travis failure at b0dda229c9
according to https://github.com/browserstack/browserstack-local-nodejs/issues/19#issuecomment-256040404
2017-05-18 10:20:23 +03:00
Igor Klopov
439161f434 fs-promise -> fs-extra 2017-05-14 20:28:08 +03:00
Igor Klopov
d95b149861 add 'mac' as an alternative name for 'macos' 2017-05-01 14:06:31 -07:00
Igor Klopov
67c4a7b082 fixes https://github.com/zeit/pkg/issues/39 2017-05-01 14:03:28 -07:00
Igor Klopov
22111e00bb fix lint 2017-04-27 19:16:59 -07:00
Igor Klopov
8beb8b29fe correct percentage based on total/transferred 2017-04-27 19:15:38 -07:00
Igor Klopov
fe0cbc7aa5 align progress bars 2017-04-27 18:24:18 -07:00
Igor Klopov
1c71e4a7d1 moving 'Fetching base binaries' up to pkg 2017-04-27 18:17:05 -07:00
Igor Klopov
82255d5cb9 introducing 'dryRun' 2017-04-27 18:15:38 -07:00
Igor Klopov
69f6b5742d minor style to prepare for next commit 2017-04-27 17:31:05 -07:00
Igor Klopov
44e6573d57 isValidNodeRange with a check for /^node/ 2017-03-15 21:56:48 +03:00
Igor Klopov
4cfa4e0443 few more platform names to assist manual run 2017-03-14 15:47:29 +03:00
Igor Klopov
b0f999aa87 let bin.js be executable 2017-02-23 19:55:30 +03:00
Igor Klopov
67aee7113f run paxctl command in alpine build 2017-01-20 15:10:35 +03:00
Igor Klopov
e2951284d4 since platform is exported immediately, bypass 'undefined' state 2017-01-20 12:49:28 +03:00
Igor Klopov
d4b89a9511 --without-snapshot for alpine builds as a temporary workaround 2017-01-20 10:22:27 +03:00
Igor Klopov
9f5b975965 use hostPlatform in build.js instead of process.platform 2017-01-20 10:11:49 +03:00
Igor Klopov
895a9302a0 isAlpine, detectAlpine, knownPlatforms 2017-01-20 09:41:38 +03:00
Igor Klopov
070027aa71 modules51 = node7 2017-01-20 09:15:31 +03:00
Igor Klopov
71df9d20e8 uploadMany, downloadMany 2017-01-04 14:33:53 +03:00
Igor Klopov
1475cc773d Cloud class from cloud.js to reuse it for another owner/repo 2017-01-04 14:21:15 +03:00
Igor Klopov
d78acc18a5 indent up again in cloud.js 2017-01-04 14:14:54 +03:00
Igor Klopov
44e0c3812f GitHub class from github.js to reuse it for another owner/repo 2017-01-04 13:24:40 +03:00
Igor Klopov
def2dba76d indent up 2017-01-04 13:06:44 +03:00
Igor Klopov
5ce8143120 divide buildbots to pre-node7 and post-node7 2016-11-15 12:09:03 +03:00
Igor Klopov
16b44639bb add modules 51 to verify.js 2016-11-13 16:59:16 +03:00
Igor Klopov
f2d07fe810 show modules version 2016-11-13 16:58:18 +03:00
igor
9637378b03 tuning dontBuild 2016-10-08 22:27:11 +03:00
Igor Klopov
2466336ae9 fix boolean flags for command line 2016-10-07 20:43:49 +03:00
Igor Klopov
5331250087 enable compilation of node 7 for arm, but disable inspector 2016-10-07 20:23:27 +03:00
igorklopov
24548fd4e6 update tests 2016-10-06 12:57:59 +03:00
Igor Klopov
72f64d3c85 disable v8_inspector for node 6 2016-10-06 05:51:07 +00:00
Igor Klopov
dbb517bd60 one more fix for verify.js for arm 2016-10-05 18:48:55 +03:00
Igor Klopov
a62be08882 uploading fails if it takes more than 30 seconds. fixing it 2016-10-05 01:17:14 +03:00
Igor Klopov
b4fb1ad223 fixes to verify.js for arm 2016-10-04 14:03:29 +00:00
igorklopov
7fc9034865 update test to include verify 2016-10-04 13:22:31 +03:00
igorklopov
106eebb8a1 verify sourceless functions before upload 2016-10-04 12:33:05 +03:00
Igor Klopov
195d0a5817 seems node 7 beta does not compile on arm 2016-10-02 22:16:14 +03:00
Igor Klopov
eaf1bab6c6 make dontBuild accessible from pkg 2016-10-02 20:45:36 +03:00
Igor Klopov
030438c049 disable x86 for freebsd 2016-10-02 11:05:47 +00:00
Igor Klopov
058f1f26b1 add support for freebsd 2016-10-01 19:55:13 +00:00
igorklopov
b85086dab3 term 'download' -> 'fetch'. to match '-f' option instead of '-d' 2016-09-29 10:56:13 +03:00
Igor Klopov
4e7dff3922 dont append '0' to tag name 2016-09-27 17:48:54 +03:00