Commit Graph

220 Commits

Author SHA1 Message Date
Jesse Chan
cc13355f33
Allow to run basic binary verification with "--test" (#147) 2021-03-31 11:09:10 -05:00
Jesse Chan
521517902b
Migrate from requests to axios (#146) 2021-03-31 10:57:21 -05:00
Jesse Chan
ba011e4474
Improved CLI interface. (#145)
$ pkg-fetch -h
Options:
  -n, --node-range                                  [string] [default: "latest"]
  -p, --platform                                     [string] [default: "linux"]
  -a, --arch                                           [string] [default: "x64"]
  -f, --force-fetch                                                    [boolean]
  -b, --force-build                                                    [boolean]
  -v, --version      Show version number                               [boolean]
  -h, --help         Show help                                         [boolean]
2021-03-31 09:27:28 -05:00
Jesse Chan
e314198e53
[BREAKING] Remove upload and release functions to prepare for CI step. (#144) 2021-03-31 09:03:14 -05:00
Jesse Chan
cf794f6881
Drop fancy progress bar and use inherent stdio for child processes (#143)
Progress bar is fancy but not really useful. In most cases, we
want outputs of commands for easier development and debugging.

This change is not visible to users of `pkg` unless they choose to
compile binaries.
2021-03-31 20:23:14 +08:00
Andrew Lisowski
6dd43cfafd
pkg-fetch: migrate to TypeScript (#139) 2021-03-29 12:46:10 +08:00
Andrew Lisowski
f7a75173f9
Run prettier, convert to standard eslint, add CI (#138)
* Run prettier and convert to standard eslint

* Add CI, fix broken test

* Update package.json

Co-authored-by: Lee Robinson <me@leerob.io>

* switch to single quote

* remove tests for now

Co-authored-by: Lee Robinson <me@leerob.io>
2021-03-26 16:51:31 -07:00
Daniel Lando
93431471c6
feat: Set MAKE_JOB_COUNT to available CPU length by default. (#133) 2021-03-26 09:51:28 -05:00
Lee Robinson
af05f0f2cc
Fix lint issues before release. (#120) 2021-03-18 17:15:58 -05:00
Daniel Lando
b1880a0c95
Add PKG_IGNORE_TAG env var (#67) 2021-03-02 09:38:37 -06:00
Laurin Quast
170c3adff9
Allow configuring number of processes used for compiling. (#103) 2021-03-01 09:37:57 -06:00
Paulo Castro
eef90fed0f
Improve ARM architecture detection (#106) 2021-03-01 09:33:43 -06:00
IgorKlopov
08a6f3bb48 add abi for node14 2020-05-10 22:54:25 +03:00
Klaus Landsdorf
79dd09e9da
missing abi entries (#88)
* fix: cloned too much from node repo

* chore: add missed bare

* fix: issue #46 nodeVersion on clone with less branches

* fix: typo R removed

* fix: remove and edited files as expected for the pull request

* test: set test to new git pull command results

* feat(build): knowing node 10 to 13
2020-05-10 22:49:08 +03:00
Timothy Pearson
cdac19c4eb
Add ppc64 support (#91) 2020-05-10 20:44:12 +03:00
IgorKlopov
b14dd0ecf3 add v14.0.0. fixes #89 2020-04-26 19:14:38 +03:00
IgorKlopov
b7e7f1c183 fixes to gitClone and verify.js 2020-04-05 18:18:59 +03:00
Klaus Landsdorf
edabcb937a
version of nodejs on clone git repo (#84)
* fix: cloned too much from node repo

* chore: add missed bare

* fix: issue #46 nodeVersion on clone with less branches

* fix: typo R removed

* fix: remove and edited files as expected for the pull request

* test: set test to new git pull command results
2020-04-05 18:15:38 +03:00
Igor Klopov
1b9cd7884a preserve compilation of x86 binaries for windows 2019-05-09 21:47:55 +03:00
Igor Klopov
ff942655fa drop compilation of x86 binaries 2019-05-09 05:13:52 +03:00
Igor Klopov
00c3a742ce fix node.exe placement for node 12 2019-05-07 00:57:29 +03:00
Igor Klopov
b5a1eec53d there is no noperfctr in node 12. also nosign is redundant 2019-05-07 00:56:56 +03:00
Igor Klopov
2665896bbb account modules=72 in verify.js 2019-05-06 20:09:15 +03:00
Igor Klopov
8a76030418 upgrade dependencies 2019-04-16 13:53:23 +03:00
Igor Klopov
0a9a21debc
node 10.15.3 (#62)
* support of node 10.15.3

* fix semver sorting
2019-04-16 13:26:55 +03:00
Cnaik
e92d324624 Adding support for s390x Architecture (#56)
* Update build.js

* Update system.js
2019-04-16 04:07:06 +03:00
Daniel Cohen Gindi
a3c763c8c5 Avoid leaking more info about node.js into ETW (#61)
* Avoid leaking more info about node.js into ETW

* Avoid leaking node.js information into perfctr
2019-04-16 04:05:57 +03:00
Igor Klopov
768bdd9ac4 adjust for updated v8 in 8.11 2018-06-18 12:26:09 +03:00
Igor Klopov
74347211e6 added symmetric assert (that will probably run first) 2018-06-18 01:06:54 +03:00
Igor Klopov
07202c248b Revert "add --depth=1 to git clone command (#30)"
This reverts commit 99d9460a05.
2018-06-17 16:39:19 +03:00
Qix
99d9460a05 add --depth=1 to git clone command (#30) 2018-06-17 16:23:55 +03:00
Igor Klopov
31ecf102a7 don't upload already uploaded assets 2018-06-17 15:26:49 +03:00
Igor Klopov
026efea4ce support node 10 2018-05-14 18:28:31 -07:00
Josh Junon
d782e49d4e check ldd stderr instead of stdout 2017-11-09 06:13:34 -08:00
Igor Klopov
d9d1fe0c5a fix detecting alpine. thanks to @Qix- 2017-11-09 16:17:08 +03:00
Igor Klopov
12bf8df688 consider modules 59 as node9 2017-11-03 02:07:50 +03:00
Igor Klopov
cd1f463674 fallback->PKG_INVOKE_NODEJS 2017-11-03 01:06:11 +03:00
Igor Klopov
686ae2c762 --pkg-fallback -> PKG_EXECPATH 2017-10-31 16:57:14 +03:00
Igor Klopov
c3034ae929 remove lowPriority 2017-10-09 18:08:01 +03:00
Igor Klopov
fc5d94c199 fix verify.js. analyze v8 version for node8 2017-08-14 16:23:32 +03:00
Igor Klopov
2d8febfb0c process.env.PKG_CACHE_PATH. fixes zeit/pkg#173 and zeit/pkg#174 2017-07-30 16:40:02 +03:00
Igor Klopov
2854aa76b0 fix linting 2017-07-24 20:16:43 +03:00
Igor Klopov
bc21add820 list of available node versions + stars for lowPriority 2017-07-24 20:14:45 +03:00
Igor Klopov
43970f1109 fix 90% complete ux on git cloning 2017-07-24 19:35:46 +03:00
Igor Klopov
bb15ed6e88 v7.10.1, v6.11.1 and v4.8.4 as lowPriority 2017-07-24 19:34:15 +03:00
Igor Klopov
4163432e7d better handling of (nodeRange === 'latest') 2017-07-24 13:55:18 +03:00
Igor Klopov
799a9b4883 first try with lowPriority, then without them 2017-07-24 13:40:12 +03:00
Igor Klopov
d18e6136b4 node.v8.2.1.patch 2017-07-24 01:18:59 +03:00
Igor Klopov
6b8f4ea934 filter out those marked 'onlyBuild' 2017-07-23 22:54:44 +03:00
Igor Klopov
6a7394e071 addresses https://github.com/zeit/pkg/issues/145#issuecomment-311294287 2017-06-28 00:59:41 +03:00