nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
221 stars 46 forks source link

Adding instantiation of local var/build_queue #140

Closed scosol closed 2 months ago

scosol commented 2 months ago

For a fresh local build, the script expects the build queue to be in a location matching its location on the PROD server (relative to the bin dir), which doesn't exist unless created by the user.

Instead, we will create this structure in the local_build.sh file so that the script works immediately.