pantsbuild / binaries

A temporary home for pants static binaries and scripts
16 stars 37 forks source link

Set default versions for to build Nodejs 8.11.1 and Yarnpkg 1.6.0 #69

Open nsaechao opened 6 years ago

nsaechao commented 6 years ago

Summary:

Tested:

./build-node.sh & ./build-yarnpkg.sh
nsaechao commented 6 years ago

Based on the new format for merging and then uploading binaries, what is the process if there are no script changes required to add a new binary?

stuhood commented 6 years ago

Based on the new format for merging and then uploading binaries, what is the process if there are no script changes required to add a new binary?

The new process would be to copy the edited script into the locations where the binaries should be fetched, and then create symlinks to the other locations where the binary should be used.

See #66 for an example.