File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 58
58
59
59
const buildInfo = nodbUtil . BINARY_FILE + ' ' + nodeVersion + ' ' + njsGitSha + ' ' + odpiGitSha + ' ' + buildDate . toUTCString ( ) ;
60
60
61
- // Build a binary using the current version of Node.js and move it to the Staging directory
61
+ // Build a binary and move it to the Staging directory
62
62
function buildBinary ( ) {
63
63
console . log ( 'Building binary ' + nodbUtil . BINARY_FILE + ' using Node.js ' + nodeVersion ) ;
64
64
try {
Original file line number Diff line number Diff line change 19
19
* prunebinaries.js
20
20
*
21
21
* DESCRIPTION
22
- * Removes pre-built binaries for all other Node.js releases and architectures.
23
- * It keeps only the binary for the current Node.js version and architecture.
22
+ * Removes pre-built binaries for all other architectures.
24
23
* This can be used to reduce the footprint of a node-oracledb install.
25
24
*
26
25
* USAGE
27
26
* Invoke this from the top level directory.
28
- * After an 'npm install oracledb' installs pre-built binaries it
27
+ * After an 'npm install oracledb' installs pre-built binaries, this file
29
28
* can be run with 'npm run prune'.
30
29
*
31
30
*****************************************************************************/
You can’t perform that action at this time.
0 commit comments