pantsbuild / binaries

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

(Testing) Node.js 10.7.0 and Yarnpkg 1.7.0 #80

Closed jdh339 closed 6 years ago

jdh339 commented 6 years ago

Four small scripts, each named "build.sh" have been added. These will build a specific version of Node.js or Yarnpkg in the current directory.

Symlinks from older macOS to 10.13 are included.

stuhood commented 6 years ago

@jdh339 : Thanks!

It looks like the linux scripts fail in the docker image though:

$ docker run -v "$(pwd):/pantsbuild-binaries" -w '/pantsbuild-binaries' --rm -it pantsbuild/centos6:latest /bin/bash
[root@842adb9d2ed7 pantsbuild-binaries]# cd build-support/bin/yarnpkg/linux/x86_64/v1.7.0/
[root@842adb9d2ed7 v1.7.0]# ll
total 4
-rwxrwx--- 1 root root 665 Jul 25 22:50 build.sh
[root@842adb9d2ed7 v1.7.0]# ./build.sh
/bin/bash: line 0: /bin/bash: ./build.sh: invalid option name
stuhood commented 6 years ago

These are now synced to S3.