pantsbuild / binaries

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

Add fs_util from 1.4.0.dev23 #51

Closed illicitonion closed 6 years ago

illicitonion commented 6 years ago

I manually built the OSX binary on my laptop, and the Linux one in the Wheezy docker image in pantsbuild/pants by cloning pants and running:

./pants -V cd src/rust/engine/fs/fs_util PATH=${HOME}/.cache/pants/rust/cargo/bin:${HOME}/.cache/pants/bin/cmake/linux/x86_64/3.9.5/bin:${HOME}/.cache/pants/bin/go/linux/x86_64/1.7.3/go/bin:${HOME}/.cache/pants/bin/protobuf/linux/x86_64/3.4.1:${PATH} CARGO_HOME=${HOME}/.cache/pants/rust/cargo RUSTUP_HOME=${HOME}/.cache/pants/rust/rustup GOROOT=${HOME}/.cache/pants/bin/go/linux/x86_64/1.7.3/go cargo build --release

(and the equivalent with OSX-specific paths)

I am going to modify the pants release process to automatically publish these binaries which will be built on travis shortly, but want to get an initial binary out there.